linux主机用ssh/ftp连上一台linux服务器
在我的linux电脑上用ssh/ftp连上学校的Debian服务器,ssh端口为33333,ftp端口为默认21 ssh linux
[解决办法]
ssh -l LOGIN_NAME -p 33333 REMOTE_IP