我正在尝试使用ssh将服务器连接到bitbucket回购。我发现了很多关于键需要rsa格式的帖子。我已经确认我使用的是正确的密钥格式,我已经尝试过java版本8、15和17。<init>(JschSession.java:167) ~[org.eclipse.jgit.ssh.jsch-5.12.0.202106070339-r.jar!5.12.0.202106070339-r]
at org.eclipse.jgit.transport.JschSession.exec(JschSession.java:77) ~[org.eclip
我创建了一个简单的Spring服务器应用程序和相应的'client‘应用程序。配置服务器从git读取配置文件,客户端应用程序从配置服务器中提取配置文件。它使用存储在本地git中的配置文件。我想用SSH钥匙。server:spring: configignoreLocalSshSettings: true
hostKey: public
我想从Spring的模板(版本: 3.3.0.RELEASE)创建一个新的Heroku应用程序。我已经成功地获得了适当的ssh密钥加载在Spring和herocu网络帐户。此外,我还有不到5个项目(没有达到极限),每次我尝试启动新项目并设置"Spring & Tomcat应用程序“并单击Finish时,都会出现一个错误:
We have encountered a problemThis could be due to the Eclipse SSH key is not matchin