-
@icebearlabs PuTTY is a windows "workaround" MacOS and any linux disto come with ssh installed, so you just open the terminal and type
ssh root@example.com -
@icebearlabs Most devs just get good with commands and don't use GUIs for that. If you want to transmit files you can use rsync
rsync -avz -e "ssh -p 22" root@example.com:/remote/path/ /local/path/