Bonjour,
J'aimerais me connecter via ssh sur ma station de travail.
J'ai modifier mon /etc/hosts.allow avec cette ligne
ssh sshd : ALL@ALL : ALLOW
J'ai modifié mon fichier /etc/inetd.conf avec cette ligne :
ssh stream tcp nowait sslwrap.sslwrap /usr/sbin/tcpd /usr/sbin/sslwrap -nocert -addr 127.0.0.1 -port 22
J'ai ensuite relancé inetd, mais je n'arrive toujours pas à me connecter sur ma station avec ssh
Par exemple j'aimerais me connecter sur ma station en ssh depuis mon travail ….
Quand je fais un (…)