SCP 不适用于 OpenShift

SCP not working for OpenShift

我通过 rhc ssh <myApp> 连接到 OpenShift。 <myApp> 在这种情况下是 fela.

[fela-basickarl.rhcloud.com 553a...]\> scp nodejs.log 553a...@fela-basickarl.rhcloud.com:~/app-root/logs/
The authenticity of host 'fela-basickarl.rhcloud.com (10.167....)' can't be established.
RSA key fingerprint is cf:ee:...:88:a7.
Are you sure you want to continue connecting (yes/no)? yes
Failed to add the host to the list of known hosts (/var/lib/openshift/553a.../.ssh/known_hosts).
Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
lost connection
[fela-basickarl.rhcloud.com 553a...]\> 

我正在尝试在我的计算机上获取 nodejs.log 的副本。

看起来你正试图将 scp 从你的装备中恢复到你的装备中?那没有任何意义。您需要从本地工作站 scp 到您的设备以下载文件。你不能已经被 ssh 连接到你的设备然后再次 scp 进入你的设备,你的 ssh 密钥不在那里。