diff options
-rwxr-xr-x | ssf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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>) { |