|
|
| Welcome to the Mac Forums forums. Please read the FAQ if you have questions. Register to participate. |
|
|||||||
| TouchArcade.com - iPhone Game Reviews and News |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
macrumors member
Join Date: May 2004
Location: san jose OR riverside, Cali
|
PuTty for mac os x?
is there an application like PuTty for mac os x that doesnt need to run on classic mac os 9 ?
__________________
running : Rev C 12" 1.33 GHz powerbook w/60 gig ![]() 4G 20GB iPod dubbed "Hotness" 1GB iPod Shuffle dubbed "Hotness JR" |
|
|
|
|
#2 |
|
macrumors 65816
Join Date: Oct 2003
Location: Vancouver
|
There's no need for an application like that -- ssh ships with OSX.
Open a terminal and type ssh myserver.domain, If you want to port forward ssh -L3389:server:3389 myserver.domain |
|
|
|
|
#3 |
|
Thread Starter
macrumors member
Join Date: May 2004
Location: san jose OR riverside, Cali
|
i know i can ssh from the terminal, but then i'd have to change my mac log in name to my actual log in name for where i ssh to (ie, school server).
is there a way to ssh under a different name without making a new mac account or changing my account name? hope that isn't too confusing.
__________________
running : Rev C 12" 1.33 GHz powerbook w/60 gig ![]() 4G 20GB iPod dubbed "Hotness" 1GB iPod Shuffle dubbed "Hotness JR" |
|
|
|
|
#4 |
|
Guest
Join Date: Jan 2004
|
ssh -l username ipaddress
|
|
|
|
|
#5 | |
|
macrumors 601
Join Date: Jul 2002
Location: Fox Lake, IL
|
Quote:
man ssh
__________________
|
|
|
|
|
|
#6 |
|
Thread Starter
macrumors member
Join Date: May 2004
Location: san jose OR riverside, Cali
|
thanks! i forgot bout the man pages
__________________
running : Rev C 12" 1.33 GHz powerbook w/60 gig ![]() 4G 20GB iPod dubbed "Hotness" 1GB iPod Shuffle dubbed "Hotness JR" |
|
|
|
|
#7 |
|
macrumors 6502a
|
|
|
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|