Ssh
SSHFS 的預設埠是什麼?
我試圖Google這個,我找到了結果。要麼這沒有很好的記錄,要麼有一些我不明白但應該的東西。
看起來它可能是文件中的埠 9876,我可能錯誤地認為它不使用與正常 SSH 相同的埠。
SSHFS 使用與 SSH 協議埠相同的埠介面
22
。這是Wiki的一個片段:
In computing, SSHFS (SSH Filesystem) is a filesystem client to mount and interact with directories and files located on a remote server or workstation over a normal ssh connection.