SSH on Linux has a server (sshd) AND a client (ssh). To use the SSH client on a Linux
desktop, try a command such as "ssh targethost" from a terminal / console window.
There are plenty of arguments to ssh, such as the "-l" argument that lets you specify
the username to provide to the target host, so see the man page ("man ssh") or the ssh
link at:
http://www.openbsd.org/cgi-bin/man.cgi?query=ssh
-Doug
On Wed, 28 Jan 2004 15:47:09 -0600, Noll, Ralph wrote:
where is it..
i am using Linux on my desktop.. not windows..
i used putty on windows to connect to linux via ssh
Ralph