View Full Version : Mac equivalent of SSH
scan
Nov 13, 2005, 12:19 AM
Hi, I need to get software that'll allow me to connect to my school's server. I normally use SSH on my desktop but now I got a PB. is there anything out there that you can recommend?
matticus008
Nov 13, 2005, 12:26 AM
Hi, I need to get software that'll allow me to connect to my school's server. I normally use SSH on my desktop but now I got a PB. is there anything out there that you can recommend?
Well I hear SSH is pretty good...
Seriously, there are dozens out there, some with graphical front ends, others more traditional style. Just Google for 'ssh mac os x' and try out some of them.
mikemodena
Nov 13, 2005, 12:37 AM
Go to Applications > Utilites > Terminal
In the app, type ssh user@server.domain where user would be your login name. It will then prompt you for your password and you're SSH'd in it. :D
scan
Nov 13, 2005, 12:41 AM
Go to Applications > Utilites > Terminal
In the app, type ssh user@server.domain where user would be your login name. It will then prompt you for your password and you're SSH'd in it. :D
just tried that. didn't work. never prompted for an password :confused:
scan
Nov 13, 2005, 12:47 AM
its cool. i figured it out.
matticus008
Nov 13, 2005, 12:47 AM
just tried that. didn't work. never prompted for an password :confused:
You can try the IP address of the target machine, too. You might have some name resolution problems. If the IP doesn't work, you have a little bit of tweaking to do. Is your firewall turned on?
hhlee
Nov 13, 2005, 01:04 AM
Hi, I need to get software that'll allow me to connect to my school's server. I normally use SSH on my desktop but now I got a PB. is there anything out there that you can recommend?
macs rule. the unix based core will let you do essentially anything.
BornAgainMac
Nov 13, 2005, 06:01 AM
just tried that. didn't work. never prompted for an password :confused:
ssh -l [your-login] [server-name]
When in doubt, use man.
$ man ssh
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.