View Single Post
ThunderPoit
Making sawdust
 
Join Date: May 2004
Location: Minnesota
 
2008-05-02, 22:08

i can ping it
heres what got with the -v flag:

Code:
PMac:~ dave$ ssh -v dave@192.168.1.254 OpenSSH_4.7p1, OpenSSL 0.9.7l 28 Sep 2006 debug1: Reading configuration data /etc/ssh_config debug1: Connecting to 192.168.1.254 [192.168.1.254] port 22. debug1: Connection established. debug1: identity file /Users/dave/.ssh/identity type -1 debug1: identity file /Users/dave/.ssh/id_rsa type -1 debug1: identity file /Users/dave/.ssh/id_dsa type -1 debug1: Remote protocol version 2.0, remote software version OpenSSH_4.6p1 Debian-5build1 debug1: match: OpenSSH_4.6p1 Debian-5build1 pat OpenSSH* debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_4.7 debug1: An invalid name was supplied Cannot determine realm for numeric host address debug1: An invalid name was supplied Cannot determine realm for numeric host address debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: server->client aes128-cbc hmac-md5 none debug1: kex: client->server aes128-cbc hmac-md5 none debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP Write failed: Broken pipe PMac:~ dave$
  quote