It is a good thought about telnet, in our environment at work we use telnet on internal systems that are not accessable from outside, it makes creating user accounts on these systems pretty simple with adduser and passwd -d username, in such case they are able to telnet to the box and when they enter their username they get a prompt to set their password, on ssh I am thinking the authentication with DSA/RSA keys might be deployed, since the sequence of granting access to the system is pub/private keys handshake followed by keyboard-interactive, password if the keys authentication cannot be accomplished.
Last edited by neo77777; 08-28-2003 at 01:47 AM.
|