The software is called MTPuTTy and it works as an Add-on for Putty, which is a very popular and free SSH client. This post will be about Free Tabbed Add-On For Putty. It does support all PuTTY protocols such as SSH, Telnet, Rlogin, Raw.
- ZOC is a terrific SSH/telnet client for Windows and Mac OS featuring a number of emulations, accessibility to mainframes and hosts via secure shell, modem, serial cable, telnet etc. It comes with tabbed sessions, address books with colour-coded hosts, script with over 200 commands.
- Termius is more than a mere SSH client – it’s a complete command-line solution that’s redefining remote access for sysadmins and network engineers.
I know that SSH from the command line is easy enough, but would like to give my students that use OS X a GUI option.
Is there a PuTTY equivalent for the Mac?
bmike♦12 Answers
If you are looking for something that keeps track of servers/connections via a GUI, Terminal.app will already do that for you. Launch it and then from the menu select Shell > New Remote Connection. This will give you a connections manager window.
The best GUI application for SSH (and everything else you can do on the command line) is iTerm 2. While the original iTerm had a tabbed interface before Terminal did, iTerm 2 again eclipses Terminal by adding:
- Support for 256 colors (you'll never go back to 16 colors after using 256)
- Split panes (the sort of thing you can do in GNU screen or tmux, but at the level of the terminal emulator rather than in a program running on the server)
- Special provision for integrating with tmux (an alternative to GNU
screen
, and which most people regard as better & faster thanscreen
) - Terminal-level auto-completion (I don't use this feature so I can't detail how it has advantages over shell-level autocompletion: especially if you use the fish shell or zsh, then it may not be better)
- Growl support
- an Exposé-like view of your tabs
- a full-screen view (and you can choose from either its own or OS X's built-in full-screen mode; I greatly prefer iTerm's own full-screen mode, since it doesn't force you to move to a new 'Space', thus allowing Command-Tab to still work properly)
- paste history (a good complement to the shells' command histories)
- Search
- Instant Replay
and a lot more. Some are mentioned here but some are not, such as co-processes, triggers,smart selection, semantic history, and so on. Development is pretty active, but documentation seems to lag behind. I highly recommend it. I've been using it for years now and have never missed Terminal.
(It's possible Terminal does some of the things I mention here--it's been so long since I've used it that I don't recall, but when I switched I paid close attention to the differences and there were lots of advantages to iTerm. And it keeps getting better every few weeks or months.)
Ssh Client For Mac
iconoclasticonoclastYou could also take a look as ZOC6 seems pretty cool.
Nathan GreensteinI'm getting along well with Royal TSX.
This is useful for SSH, RDP and VNC based terminals or web-based interfaces.It has a built-in credential management and team-sharing features.
Configure ssh options and connect to ssh hosts manually always make me feel bored and have a lot of trouble. At Codinn we made a couple of GUI tools to make using ssh effortless. Those tools helped ourselves, and may also help you.
Core Shell is a PuTTY alike tool with lots of extra features:
- Full-featured terminal, supports 24bit true color.
- Support everything in OpenSSH, agent forwarding, certificates, proxy jump, etc.
- Can read your existing
ssh_config
file as the source of advanced options, especially helpful for experienced users. - Also included advanced options editor, a handy way to tune per-host advanced options.
- Tightly integrated with macOS Keychain, don't have to enter passwords or passphrases repeatedly.
- Always tries to restore your connections after network failure or waking up from sleep.
You could try SecureCRT and SecureFX from VanDyke Software.
Ssh Client For Mac Putty
Tabbed Ssh For Windows
vSSH is actually an ssh client based on putty. I got it from the app store for about $10.00, so it's a great deal compared to ZOC.
If you want to start a gui program from ssh, you can use x11 and relay it with xeyes.
Ssh Client For Mac
See https://dyhr.com/2009/09/05/how-to-enable-x11-forwarding-with-ssh-on-mac-os-x-leopard/
doriendorienMulti Tab Ssh Client Windows
You need to try Termius (available also as mobile app)
Bitvise Ssh Client For Mac
Fred KFred KJust download Wine and download PuTTy.exe and right click and run through wine and when wine opens hit enter (application support) and give it a second and it will open, just make sure you have a server
Best Ssh Client For Mac
CyberDuck is a great option. I used it this semester in complement with Terminal. (CyberDuck is fully functional, we just coded in VI, so using the Terminal for SSH worked better for me.)
You can get CyberDuck for free online, or at a cost on the App Store.
Another option is FileZilla. I used it on Windows for FTP, but I believe that it supports SSH as well. It definitely runs on Mac as well as Windows, so it's another option. FileZilla is also free.
MosheMosheYou must log in to answer this question.
protected by nohillside♦Jun 19 '16 at 13:00
Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?