SSH
Local port forwarding
Command explanation To forward port of remote host use the following command ssh -L <LOCAL_PORT>:...
Скачивание и загрузка файлов по SSH
Скачать с сервера scp -r -P 22 -i ~/.ssh/privkey user@192.168.1.7:/home/myuser/from "C:\localfold...
SSH as proxy
ssh-сервер в качестве прокси для браузера ssh -i ~/.ssh/privkey -p 22 myuser@192.168.1.7 -D 2141 ...