21-04-2021
Putty For Mac Os X
About the App
- App name: putty
- App description: Implementation of Telnet and SSH
- App website: http://www.chiark.greenend.org.uk/~sgtatham/putty/
Install the App
- Press
Command+Space
and type Terminal and press enter/return key. - Run in Terminal app:
ruby -e '$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)' < /dev/null 2> /dev/null
and press enter/return key.
If the screen prompts you to enter a password, please enter your Mac's user password to continue. When you type the password, it won't be displayed on screen, but the system would accept it. So just type your password and press ENTER/RETURN key. Then wait for the command to finish. - Run:
brew install putty
01 – Solar-PuTTY Windows. Manage remote sessions in a professional way. Connect to any server. PuTTY is an SSH and Telnet client for Windows. Download latest release (0.70) here, with installation and SSH key setup instructions.
Done! You can now use putty
.
Similar Software for Mac
PuTTY's raw connection type is just a way of making a raw TCP connection. You can use telnet or nc to achieve the same thing in Terminal:
will@Darwin:~> nc relay.plus.net 25
220 relay.plus.net ESMTP Exim Tue, 04 Aug 2009 00:02:08 +0100
helo
250 pih-relay08.plus.net Hello [1.2.3.4]
quit
221 pih-relay08.plus.net closing connection
will@Darwin:~> telnet relay.plus.net 25
Trying 212.159.8.107...
Connected to relay.plus.net.
Escape character is '^]'.
220 relay.plus.net ESMTP Exim Tue, 04 Aug 2009 00:03:10 +0100
helo
250 pih-relay08.plus.net Hello [1.2.3.4]
quit
221 pih-relay08.plus.net closing connection
Connection closed by foreign host.
will@Darwin:~> nc relay.plus.net 25
220 relay.plus.net ESMTP Exim Tue, 04 Aug 2009 00:02:08 +0100
helo
250 pih-relay08.plus.net Hello [1.2.3.4]
quit
221 pih-relay08.plus.net closing connection
will@Darwin:~> telnet relay.plus.net 25
Trying 212.159.8.107...
Connected to relay.plus.net.
Escape character is '^]'.
220 relay.plus.net ESMTP Exim Tue, 04 Aug 2009 00:03:10 +0100
helo
250 pih-relay08.plus.net Hello [1.2.3.4]
quit
221 pih-relay08.plus.net closing connection
Connection closed by foreign host.
Putty Alternative For Mac Os X
Aug 3, 2009 4:05 PM