OSX 10.1
FreeBSD 4.3 and 4.4
From the OSX box I was able to ssh to the FreeBSD boxen. I did some stuff unrelated to ssh (moved a web dir), logged out, and then later tried to log back in. All I get is this:
[osx:~] user% ssh -v -v -v jon@www
OpenSSH_2.9p2, SSH protocols 1.5/2.0, OpenSSL 0x0090602f
debug1: Reading configuration data /etc/ssh_config
debug1: Seeding random number generator
debug1: Rhosts Authentication disabled, originating port will not be trusted.
debug1: restore_uid
debug1: ssh_connect: getuid 501 geteuid 501 anon 1
debug1: Trying again...
debug1: Trying again...
debug1: Trying again...
Secure connection to www refused.
However, if I use the IP address instead of the hostname, it works fine. It appears to be a client-side issue since Nifty Telnet SSH running in Classic mode still gets through just fine. The host name resolves. Further, another FreeBSD box just started having the same problem with my osx box after working all day. ?? It's like osx is caching info (the key?) about the server side, but said key is corrupted or changed some how. I've tried recreating my .ssh directory and my keys with no luck.
any help appreciated
FreeBSD 4.3 and 4.4
From the OSX box I was able to ssh to the FreeBSD boxen. I did some stuff unrelated to ssh (moved a web dir), logged out, and then later tried to log back in. All I get is this:
[osx:~] user% ssh -v -v -v jon@www
OpenSSH_2.9p2, SSH protocols 1.5/2.0, OpenSSL 0x0090602f
debug1: Reading configuration data /etc/ssh_config
debug1: Seeding random number generator
debug1: Rhosts Authentication disabled, originating port will not be trusted.
debug1: restore_uid
debug1: ssh_connect: getuid 501 geteuid 501 anon 1
debug1: Trying again...
debug1: Trying again...
debug1: Trying again...
Secure connection to www refused.
However, if I use the IP address instead of the hostname, it works fine. It appears to be a client-side issue since Nifty Telnet SSH running in Classic mode still gets through just fine. The host name resolves. Further, another FreeBSD box just started having the same problem with my osx box after working all day. ?? It's like osx is caching info (the key?) about the server side, but said key is corrupted or changed some how. I've tried recreating my .ssh directory and my keys with no luck.
any help appreciated