修改路径:/etc/ssh下的sshd_config 在结尾添加: KexAlgorithms +diffie-hellman-group1-sha1 然后重启sshd:service sshd restart 如果还不行可以修改:ssh_config 也是添加 :KexAlgorithms +diffie-hellman-group1-sha1 java代码按下面方式编写: Session session = null;
JSch jsch = new JSch();
try {
session = jsch.getSession(username, host, port);
session.setPassword(password);
session.setTimeout(5 * 60 * 1000);
session.setConfig(“StrictHostKeyChecking”, “no”);//是否验证主机秘钥
Properties sshConfig = new Properties();
sshConfig.put(“kex”, “diffie-hellman-group1-sha1”);
session.connect();
} catch (Exception e) {
throw new Exception(“连接linux服务器时出错:” + e.getMessage());
}
本网页所有视频内容由 imoviebox边看边下-网页视频下载, iurlBox网页地址收藏管理器 下载并得到。
ImovieBox网页视频下载器 下载地址: ImovieBox网页视频下载器-最新版本下载
本文章由: imapbox邮箱云存储,邮箱网盘,ImageBox 图片批量下载器,网页图片批量下载专家,网页图片批量下载器,获取到文章图片,imoviebox网页视频批量下载器,下载视频内容,为您提供.
阅读和此文章类似的: 全球云计算