diff --git a/Software/Applications/SSH/Linux_SSH_访问以及开启_SFTP.md b/Software/Applications/SSH/Linux_SSH_访问以及开启_SFTP.md index 1dbd6f8..b7ce25a 100644 --- a/Software/Applications/SSH/Linux_SSH_访问以及开启_SFTP.md +++ b/Software/Applications/SSH/Linux_SSH_访问以及开启_SFTP.md @@ -114,9 +114,11 @@ systemctrl status sshd.service 在开发机上 ```sh -ssh @ +ssh @ -p ``` +不加 -p 参数,则默认使用 22 端口。 + ## SCP 上传和下载 SCP 上传