
10 Jul
2009
10 Jul
'09
4:53 p.m.
On Fri, Jul 10, 2009 at 4:50 PM, Steve Muchai<smuchai@gmail.com> wrote: [....]
By the way, whats the difference btw 'ssh' and 'sshd'
ssh is the client, sshd is the server.
Self-correction. ssh is the protocol (Secure SHell), the command-line client on *nix systems is also named ssh. sshd is the server. BR, S