Last active
June 11, 2018 02:12
-
-
Save b1tg/9edcc7e8e9ca81c8410bace8f38283c0 to your computer and use it in GitHub Desktop.
[树莓派指定端口连接]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh-copy-id -p 53 [email protected] # 复制密钥,无密码登录 | |
scp -P 53 ~/Downloads/ngrok-stable-linux-arm.zip [email protected]:/home/pi # scp -P 指定端口 | |
ssh -p 53 [email protected] # ssh -p 指定端口 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment