Thread: Telnet in OSX
View Single Post
thuh Freak
Finally broke the seal
 
Join Date: May 2004
 
2004-06-02, 07:55

Quote:
Originally Posted by ZO
whats the command for SSH Telnet?
in terminal? its like this:
ssh username@address

to login with 'username' at the 'address'. if the foreign username is the same as the local one, you can drop the 'username@' part. of course, there is a lot more than can be done with ssh. for more information, you can read through the man page, by typgin the following into terminal: man ssh
  quote