Possible Duplicate:
PuTTY or xterm for Mac?

I am looking for software that is somewhat like putty for mac, does this exists?

link|improve this question

2  
Since Putty emulates something that is already native on unix-like operating system just open the terminal and type ssh :) – Jack Jul 23 '10 at 1:27
You can save SSH sessions in Terminal.app: dl.dropbox.com/u/65809/Screenshots/… – Chris Serra Aug 29 '11 at 13:02
feedback

closed as exact duplicate by Arjan, random Jul 23 '10 at 5:46

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

3 Answers

Have you tried Terminal? Open your root volume(usually called Macintosh HD), then Applications, then Utilities, and then Terminal. From there, you can type 'ssh $REMOTE_HOST_NAME', without quotes and replacing $REMOTE_HOST_NAME with the system you want to connect to.

link|improve this answer
I do use the installed terminal I am looking for that nice feature though of not having to type: ssh -l USENAME sub.site.com -p PORT – Daniel Jul 23 '10 at 0:36
3  
Make an alias that already embeds parameters – Jack Jul 23 '10 at 1:28
Some people like GUI's you know – TheLQ Jul 23 '10 at 4:14
feedback

Sure there is! God save opensource! You can have it at http://putty.darwinports.com/. Don't forget to install Xcode first...

Oh, there is JellyfisSSH too...

link|improve this answer
feedback

In addition to the other suggestions, you might also have a look at Meerkat ($19.95)...

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.