我正在
JSchException Auth fail com.jcraft.jsch.Session.connect (Session.java:512)
在尝试使用sftp
中的clj-ssh.cli
功能时 - 例如,
(sftp "mysite.org" :username "foo" :password "bar" :get "/foo.txt" "foo.txt")
我已确认用户和通行证是正确的。我错过了什么? (请注意,我使用简单的用户/通行证,此处不涉及任何键。)
答案 0 :(得分:0)
事实证明这个命令很重要。
(sftp "mysite.org" :get "/foo.txt" "foo.txt" :username "foo" :password "bar")