aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xssf2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssf b/ssf
index 8915c9a..6df0c63 100755
--- a/ssf
+++ b/ssf
@@ -18,7 +18,7 @@ my @hosts;
my $remote_session_name = $ENV{SSF_REMOTE_USER} || $ENV{USER};
-foreach my $cfgfile (glob "$ENV{HOME}/.ssh/*config") {
+foreach my $cfgfile (glob "$ENV{HOME}/.ssh/config.d/*") {
open(my $ssh_config, '<', $cfgfile) or die "nope";
my @line_hosts;
while (my $line = <$ssh_config>) {