Bonjour,
je voudrais changer de version de ssh (passer a la 5) sur un serveur dedie distant, auquel je me connecte par ssh.
Je ne veux surtout pas faire de bétises et perdre l’acces.
Je voudrais activer le serveur telnet en attendant, mais je ne sais meme pas si il est installé (je fonctionnne en ssh depuis que j’ai le serveur).
J’ai trouvé lors de recherches (infructueuses) qu’il fallait décomenter une ligne de fichier /etc/inetd.conf relative a telnet.
Problème il n’y a pas grand chose dans mon fichier :
/etc/inetd.conf: see inetd(8) for further informations.
Internet superserver configuration database
Lines starting with “#
” or “##” should not
be changed unless you know what you are doing!
If you want to disable an entry so it isn’t touched during
package updates just comment it out with a single ‘#’ character.
Packages should modify this file by using update-inetd(8)
<service_name> <sock_type> <server_path>
#:INTERNAL: Internal services
#discard stream tcp nowait root internal
#discard dgram udp wait root internal
#daytime stream tcp nowait root internal
#time stream tcp nowait root internal
#:STANDARD: These are standard services.
#:BSD: Shell, login, exec and talk are BSD protocols.
#:MAIL: Mail, news and uucp services.
#:INFO: Info services
## ident stream tcp wait identd /usr/sbin/identd identd
# TFTP service is provided primarily for booting. Most sites
run this only on machines acting as “boot servers.”
#:RPC: RPC based services
#:HAM-RADIO: amateur-radio services
#:OTHER: Other services
Merci de m’aider
Manu