k...@aspodata.se (Karl Hammar) writes: > Stephan: > >> Do "ssh -v git.gpleda.org" to see which version is used. Most default >> sshd installations do not permit protocol version 1. > > Can't test that: > > $ ssh -v git.gpleda.org > OpenSSH_5.1p1 Debian-5, OpenSSL 0.9.8o 01 Jun 2010 > debug1: Reading configuration data /etc/ssh/ssh_config > debug1: Applying options for * > debug1: Connecting to git.gpleda.org [97.107.141.5] port 22. > debug1: connect to address 97.107.141.5 port 22: Connection refused > ssh: connect to host git.gpleda.org port 22: Connection refused > $ > > Regards, > /Karl Hammar
Peter could, you'd need to spec the port number :-) (stephan)blaulicht:~$ ssh -v -p 5022 git.gpleda.org OpenSSH_5.5p1 Debian-6, OpenSSL 0.9.8o 01 Jun 2010 debug1: Reading configuration data /home/blaulicht/stephan/.ssh/config debug1: Applying options for * debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug1: Connecting to git.gpleda.org [97.107.141.5] port 5022. debug1: Connection established. debug1: identity file /home/blaulicht/stephan/.ssh/id_rsa type 1 debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048 debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048 debug1: identity file /home/blaulicht/stephan/.ssh/id_rsa-cert type -1 debug1: identity file /home/blaulicht/stephan/.ssh/id_dsa type -1 debug1: identity file /home/blaulicht/stephan/.ssh/id_dsa-cert type -1 debug1: Remote protocol version 2.0, remote software version OpenSSH_5.1p1 Debian-5 debug1: match: OpenSSH_5.1p1 Debian-5 pat OpenSSH* debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_5.5p1 Debian-6 debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: server->client aes128-ctr hmac-md5 none debug1: kex: client->server aes128-ctr hmac-md5 none debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP debug1: SSH2_MSG_KEX_DH_GEX_INIT sent debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY debug1: checking without port identifier The authenticity of host '[git.gpleda.org]:5022 ([97.107.141.5]:5022)' can't be established. RSA key fingerprint is d7:07:7f:96:51:11:ab:43:57:0d:fe:92:45:72:e8:93. Are you sure you want to continue connecting (yes/no)? no Host key verification failed. (stephan)blaulicht:~$ -- Stephan _______________________________________________ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user