[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ssh et Free



Le 05/02/2011 16:13, Klaus Becker a écrit :
[...]
$ ssh -v c2ilibre@ftpperso.free.fr
OpenSSH_5.5p1 Debian-6, OpenSSL 0.9.8o 01 Jun 2010
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to ftpperso.free.fr [212.27.63.3] port 22.
debug1: connect to address 212.27.63.3 port 22: Connection timed out
ssh: connect to host ftpperso.free.fr port 22: Connection timed out

Donc pas de ssh sur le port 22
$ ssh -v c2ilibre@ftpperso.free.fr -p 21

Tu demandes ssh sur le port 21 (ftp)
OpenSSH_5.5p1 Debian-6, OpenSSL 0.9.8o 01 Jun 2010
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to ftpperso.free.fr [212.27.63.3] port 21.
debug1: Connection established.
debug1: identity file /home/klaus/.ssh/id_rsa type -1
debug1: identity file /home/klaus/.ssh/id_rsa-cert type -1
debug1: identity file /home/klaus/.ssh/id_dsa type -1
debug1: identity file /home/klaus/.ssh/id_dsa-cert type -1
debug1: ssh_exchange_identification: 220 Serveur de mise a jour des pages perso
de Free.fr version [May  5 2008 15:14:30]
ssh_exchange_identification: Connection closed by remote host

visiblement c'est bien le port 22, mais après ?
Et bien non: c'est le port 21 du ftp et il te jette ce qui parait logique.

--
Daniel


Reply to: