putty

SSH and Telnet client for secure remote terminal connections

brewmacoslinux
Try with needOr install directly
Source

About

Implementation of Telnet and SSH

Commands

puttyplinkpscppsftp

Examples

Connect to a remote server via SSH$ putty -ssh user@example.com -P 22
Transfer a file securely using PSCP$ pscp -P 22 localfile.txt user@example.com:/remote/path/
Open interactive SFTP session$ psftp -P 22 user@example.com