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

Re: ssh et Free



Le samedi 05 février 2011 15:53:21, vous avez écrit :
> On Sat, 5 Feb 2011 15:51:39 +0100
> 
> Klaus Becker <colonius@free.fr> wrote:
> > j'ai un wiki (en mauvais état) http://c2ilibre.free.fr, et je voudrais y
> > exécuter un script avec
> > 
> > $ ssh c2ilibre@ftpperso.free.fr -p 21
> > ssh_exchange_identification: Connection closed by remote host
> > 
> > Qu'est-ce qui est faux ?
> 
> Je n'en sais rien, mais je suggère toujours d'abord d'essayer l'option -v
> donc
> 
> ssh -v c2ilibre@ftpperso.free.fr -p 21
> 
> (Mais ca m'étonne que free offre un accès ssh à ses serveurs).
> 
> Cordialement


J'ai essayé :

$ 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

$ ssh -v c2ilibre@ftpperso.free.fr -p 21
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 ?

Klaus


Reply to: