problems ssh'ing debug1: An invalid name was supplied (OSX
client)
Chuck Swiger
cswiger at mac.com
Fri Oct 6 14:31:30 PDT 2006
On Oct 6, 2006, at 2:26 PM, Noah wrote:
> any clues why ssh is hanging before a prompt is provided from the
> server side. this prompt stalling behavior is only happening when I
> am coming from my OSX ssh client. Any clues on this? I have never
> see this betwe.
Looks like your SSH keypair has been mangled:
% cat ~/.ssh/id_rsa
-----BEGIN RSA PRIVATE KEY-----
[ ...should contain base-64 encoded data... ]
-----END RSA PRIVATE KEY-----
If you don't have a valid keypair there in id_rsa and id_rsa.pub, use
ssh-keygen to make a new one.
--
-Chuck
More information about the freebsd-questions
mailing list