yiGmMk / comment_blog

the comments of www_programnotes_cn
0 stars 0 forks source link

ssh-usage | 编程笔记 #128

Open yiGmMk opened 7 months ago

yiGmMk commented 7 months ago

https://programnotes.cn/ssh-usage/

连接 -i指定密钥 -o加option 12-o TCPKeepAlive=yes //长连接-o ServerAliveInterval=30 // 端口转发 1234ssh -L local_port:localhost:remote_port -N -T user@server_address -p server_ssh_port如:ssh -L 9999:loc