jcabi-ssh:Java SSH客户端

时间:2024-05-03 20:15:20
【文件属性】:

文件名称:jcabi-ssh:Java SSH客户端

文件大小:59KB

文件格式:ZIP

更新时间:2024-05-03 20:15:20

java ssh ssh-client java-ssh-client Java

更多详细信息在这里: 。 另外,请阅读此博客文章: 。 它是Java的便捷SSH客户端: import com.jcabi.ssh.Shell ; import com.jcabi.ssh.Ssh ; Shell shell = new Ssh ( " example.com " , 22 , " username " , " key... " ); String stdout = new Shell . Plain (shell) . exec( " echo 'Hello, world!' " ); 此处的key是您的专用SSH密钥,通常是~/.ssh/id_rsa密钥。 还有一个方便的SSHD类,它是ssh守护程序的运行程序,用于单元测试: try ( Sshd sshd = new Sshd ()) { String uptime = new Shell . Pl


【文件预览】:
jcabi-ssh-master
----.pdd(150B)
----.gitattributes(230B)
----.github()
--------ISSUE_TEMPLATE.md(754B)
--------PULL_REQUEST_TEMPLATE.md(663B)
----LICENSE.txt(1KB)
----src()
--------site()
--------test()
--------main()
----.travis.yml(467B)
----.0pdd.yml(93B)
----jcabi-ssh.iml(3KB)
----README.md(3KB)
----pom.xml(5KB)
----.gitignore(67B)
----.rultor.yml(1KB)

网友评论