Liunx ssh scp remote connection

SSH
format ssh -p port user name @ip address
such as: ssh -p 8080 [email protected]
SCP
format
scp -P port source host directory target host directory
, such as Windows Liunx to transfer files: scp -P 8080 C: \ Users \ code \ test.txt [email protected]: / data / code /

Published an original article · won praise 0 · Views 15

Guess you like

Origin blog.csdn.net/weixin_44963741/article/details/104449482