Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 /etc/sshd/sshd_config ,我可以看到
子系统 sftp /usr/libexec/openssh/sftp-server
这指定了子系统及其位置。
子系统将如何以及何时启动?
谢谢文卡特
从 ssh 客户端 ssh 登录后,sftp 子系统会自动启动(例如:winscp、scp、filezilla)。sshd 守护进程将 ssh 连接与 sftp 守护进程“链接”并创建新进程。问候。