Openshift 连接错误
Openshift connection error
我不知道我是否来对地方了,如果不对请提前道歉!
我在 openshift 中有一个带有 tomcat 运行 的应用程序,从几天前开始,我的应用程序在浏览器中为我提供了 "Not found"。我确实在 webconsole 中重启了应用程序,但什么也没有。
所以我认为 mybe 的问题出在 tomcat 所以我尝试检查日志但我无法通过 ssh 连接到应用程序。然后我再次运行安装程序以生成一个新的密钥对但是当命令 rhc setup 运行时给我:
Your private SSH key file should be set as readable only to yourself. Please
run 'chmod 600 C:\Users\Artur\.ssh\id_rsa'
An SSH connection could not be established to
standard-projectxserver.rhcloud.com. Your SSH configuration may not be correct,
or the application may not be responding. Authentication failed for user
XXXXX@standard-projectxserver.rhcloud.com
(Net::SSH::AuthenticationFailed)
Checking for a domain ... projectxserver
Checking for applications ... found 1
app http://app-projectxserver.rhcloud.com/
我在网上搜索我已经手动设置了密钥,但在 ssh 控制台中出现错误,我无法连接:
"Permission denied (publickey, gssapi-keyex,gssapi-with-mic)"
我做错了什么?或者更好的是,我可以做些什么来连接?
(我无法重新创建此应用程序,因为我使用的 war 我已经没有了,所以我需要这个工作来再次保存所有内容!)
谢谢
您能否通过更改模式命令 (chmod 600) 更改私钥文件的权限,因为它显示错误。
Your private SSH key file should be set as readable only to yourself.
Please run 'chmod 600 C:\Users\Artur.ssh\id_rsa'
否则,您可以从 openshift web 控制台的设置面板中删除现有的 public 密钥,并使用 rhc setup 命令创建您的密钥。
问题毕竟出在openshift DNS!!他们帮我修好了
感谢您的努力
我不知道我是否来对地方了,如果不对请提前道歉!
我在 openshift 中有一个带有 tomcat 运行 的应用程序,从几天前开始,我的应用程序在浏览器中为我提供了 "Not found"。我确实在 webconsole 中重启了应用程序,但什么也没有。
所以我认为 mybe 的问题出在 tomcat 所以我尝试检查日志但我无法通过 ssh 连接到应用程序。然后我再次运行安装程序以生成一个新的密钥对但是当命令 rhc setup 运行时给我:
Your private SSH key file should be set as readable only to yourself. Please
run 'chmod 600 C:\Users\Artur\.ssh\id_rsa'
An SSH connection could not be established to
standard-projectxserver.rhcloud.com. Your SSH configuration may not be correct,
or the application may not be responding. Authentication failed for user
XXXXX@standard-projectxserver.rhcloud.com
(Net::SSH::AuthenticationFailed)
Checking for a domain ... projectxserver
Checking for applications ... found 1
app http://app-projectxserver.rhcloud.com/
我在网上搜索我已经手动设置了密钥,但在 ssh 控制台中出现错误,我无法连接:
"Permission denied (publickey, gssapi-keyex,gssapi-with-mic)"
我做错了什么?或者更好的是,我可以做些什么来连接?
(我无法重新创建此应用程序,因为我使用的 war 我已经没有了,所以我需要这个工作来再次保存所有内容!)
谢谢
您能否通过更改模式命令 (chmod 600) 更改私钥文件的权限,因为它显示错误。
Your private SSH key file should be set as readable only to yourself. Please run 'chmod 600 C:\Users\Artur.ssh\id_rsa'
否则,您可以从 openshift web 控制台的设置面板中删除现有的 public 密钥,并使用 rhc setup 命令创建您的密钥。
问题毕竟出在openshift DNS!!他们帮我修好了
感谢您的努力