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

Re: Telnet security



Hi

>How do you tell that ssh is running during your Telnet/Rlogin
connection?

Not totally sure, but whilst you're in, running "ps" should show a
process named sshd.

>How do you set-up ssh to work?

Assuming you have debian, run:

for the client
# apt-get update; apt-get install ssh

and the daemon
# apt-get update; apt-get install sshd

>I'm afraid I've been thinking that ssh was already working on my Linux
>box, but actually it wasn't...??? :-p

Do a "ps aux|grep ssh" and ignore the "grep ssh"-line if it appears.
That should show whether there are any clients / daemons running.

HTH
Sven



Reply to: