Skip to content

Instantly share code, notes, and snippets.

View EVINK's full-sized avatar
🌈
Focusing

EvinK EVINK

🌈
Focusing
View GitHub Profile
@suziewong
suziewong / ssh.md
Last active December 31, 2021 08:16
SSH端口转发

ssh

    -C  压缩数据传输
    -f  后台登录用户名密码
    -N  不执行shell[与 -g 合用]
    -g  允许打开的端口让远程主机访问        
    -L  本地端口转发
    -R  远程端口转发

-p ssh 端口