Displaying 1 result from an estimated 1 matches for "ssh_config_2".
2004 Jan 10
2
[Bug 786] ssh is still looking at default config file when it is about EnableSSHKeysign
.../ hostbased authentication
As you know in order for ssh to work with hostbased authentication
the flag EnableSSHKeysign must be set to "yes" in ssh_config file
That worked.
But if an alternate config file is specified in ssh command line as:
# /openssh/bin/ssh -F /openssh/etc/ssh_config_2 -v [hostname]
does not work
also this flag (EnableSSHKeysign) is not taken as an -o argument in command line:
# /openssh/bin/ssh -F /openssh/etc/ssh_config_2 -o EnableSSHKeysign=yes -v [hostname]
does not work
I belive ssh is looking at the default config file when it is about this...