我正在尝试使用mobaxterm连接到oracle免费云,但我收到了:
Unable to use key file "X:\\oracleCloud\\ssh-key-2020-10-11.key" (OpenSSH private key)
No supported authentication methods available (server sent: publickey,gssapi-keyex,gssapi-with-mic)
────────────────────────────────────────────────────────────────────────────────
Session stopped
- Press <return> to exit tab
- Press R to restart session
- Press S to save terminal output to file我使用了公共ip + opc (因为它是基于centos的机器),以及创建实例时生成的私钥。知道我错过了什么吗?
发布于 2020-10-12 02:21:38
为了能够连接,我使用puttygen生成了一个ssh密钥对。甲骨文生成的代码似乎就是问题所在。
https://stackoverflow.com/questions/64307069
复制相似问题