gpt4 book ai didi

java - JSch:来自存储在 hdfs 上的私钥的 addIdentity

转载 作者:可可西里 更新时间:2023-11-01 14:48:00 24 4
gpt4 key购买 nike

<分区>

我需要从 hadoop 集群连接到 sftp 服务器。我想知道是否有办法从存储在 hdfs 中的私钥加载身份。实际上,JSch 对象似乎只接受本地路径:

try {
String privateKeyPath = "hdfs://namenode:8020/path/to/privatekey"; // need this one to be an hdfs path
JSch jsch = new JSch();

jsch.addIdentity(privateKeyPath);

// [..]
}
catch (Exception ex) {
// [..]
}

有什么想法吗?

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com