SSH跳转缺少公私钥选项
目前只能使用账号密码访问跳转服务器. 期待加一下.
计划支持的, 暂时swift-nio-ssh 库还不支持,会持续关注
https://github.com/apple/swift-nio-ssh/blob/0e927f7298bc4b44ec468134bc83ae2772150861/Tests/NIOSSHTests/UserAuthenticationStateMachineTests.swift#L49C35-L49C35
对swift了解不多,咨询一下该文件是类似privateKey的处理方式么,本地实现NIOSSHClientUserAuthenticationDelegate 但是走不通 @chengpan168
https://github.com/apple/swift-nio-ssh/blob/0e927f7298bc4b44ec468134bc83ae2772150861/Tests/NIOSSHTests/UserAuthenticationStateMachineTests.swift#L49C35-L49C35
对swift了解不多,咨询一下该文件是类似privateKey的处理方式么,本地实现NIOSSHClientUserAuthenticationDelegate 但是走不通 @chengpan168
https://github.com/apple/swift-nio-ssh/issues/94 swift-nio-ssh 还不支持, 可以参考下这个: https://github.com/apple/swift-nio-ssh/issues/66