[Bug 1820] New: Long time to find ssh_config
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Tue Sep 14 18:42:03 EST 2010
https://bugzilla.mindrot.org/show_bug.cgi?id=1820
Summary: Long time to find ssh_config
Product: Portable OpenSSH
Version: 5.4p1
Platform: All
OS/Version: Other
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: tombert at live.at
Using Windows XP, have the compiled openSSH version 5.4p1 and openSSL
1.0.0 from MinSYS.
calling
ssh -v <user>@<host>
it takes about 15 to 20 seconds till the first debug1 line appears
where it states:
debug1: Reading configuration data /etc/ssh/ssh_config
when I call:
ssh -v -F <ssh_config> <user>@<host>
there is no timeout and the connection is quick.
I reduced the environment variable PATH to only two items:
PATH=d:\MinSYS;d:\MinSYS\bin
but this didn't help ...
How is this ssh_config file searched? is there an environment I can
set?
thx for help
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list