在 powershell 中,我通过 ssh machineA(使用密码)登录,然后通过 ssh machineB 登录。
我正在使用 SSHFS-Win 来挂载远程机器 A 文件夹(工作正常)。
\\sshfs\[email protected]\..\..\scratch\user
现在我想映射驱动器文件夹\临时\数据1从机器B只能通过中间机器A。
是否可以使用映射网络驱动器选项或通过 powershell 中的命令来执行此操作?
在 powershell 中,我通过 ssh machineA(使用密码)登录,然后通过 ssh machineB 登录。
我正在使用 SSHFS-Win 来挂载远程机器 A 文件夹(工作正常)。
\\sshfs\[email protected]\..\..\scratch\user
现在我想映射驱动器文件夹\临时\数据1从机器B只能通过中间机器A。
是否可以使用映射网络驱动器选项或通过 powershell 中的命令来执行此操作?