On Wednesday 22 January 2003 4:37 pm, John Salamone wrote:
> SSH is active. How do you use it?
<snip>

there's a server side (the daemon you just made active) and a client side
to connect to a server running sshd do:

ssh hostname

like: 

ssh linux.rulz.after.you.play.with.it.for.a.year.or.two.homenetwork.com
or
ssh <ip address>

this assumes you have the same username on the server that you're logged in on 
the client (like john, connecting to another machine as john)
you can change the name with a -l (that's a lowercase Larry)
 
ssh linuxrulz.homenetwork.com -l john
it should prompt you for a password (which you can get rid of later)

man ssh will give you more detail, but that should get you logged in...


--Dave






-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to