diff options
author | https://www.google.com/accounts/o8/id?id=AItOawmU_2tE75oyG0h2ZPN4lcroIKEMC8G-otE <Michael@web> | 2012-09-22 08:27:33 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-09-22 08:27:33 +0000 |
commit | bd9291d3247438582a6dd5f709e9c24b846c6fab (patch) | |
tree | 1ca1c12495a07de58bbf1eb197e14399df00d0a1 | |
parent | 553d0d321e2535d3bc36854ea1f3e279314bb2f2 (diff) |
-rw-r--r-- | doc/forum/Error_adding_ssh_remote_in_assistant.mdwn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/forum/Error_adding_ssh_remote_in_assistant.mdwn b/doc/forum/Error_adding_ssh_remote_in_assistant.mdwn new file mode 100644 index 000000000..e2ef42a19 --- /dev/null +++ b/doc/forum/Error_adding_ssh_remote_in_assistant.mdwn @@ -0,0 +1,15 @@ +I'm trying to add a ssh remote in the web app, but I receive the following error: + + Internal Server Error + + ssh-keygen ["-F","router.eisenacher81.org"] exited 1 + +The console complains about the known_hosts file: + + /home/michael/.ssh/known_hosts is not a valid known_hosts file. + line 44 missing key: AAAAB3NzaC1yc2EAAAABIwAAAIEAtnX75Qa8YVR... + key_read: uudecode AAAAB3NzaC1|1|veTakKhYY3OSqCepiq7WAUK8cxQ=|suoi0YU/lgg781Vz9O7yTao5exY= ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEA4bTnEFFiKz4+i3S9DWHJVoV8CD1DsVRJRodWdTA86+x58S0l0rUyJgXbGwScMI+xFCrqzpd4Hgoc4ElRykj5SL+7IuB5ZAe+4ILQPeiL9ck/1Q7uoh7vWiURXr92Hz5tjuEe3QI9H iKauXj5yj5mGq1VVXLN1CdfQ99G4zSxK7c= failed + line 73 invalid key: |1|k9vzo7Ftuxf235It5LbrX36p2f0=|rNHdygip... + line 93: invalid hashed name: |1||1|aptgcuUg4ITWhZQLxzRHH8gUIOQ=|Qe2JAlAw++SZosE9ZhQW+fA3twE=... + line 120 missing key: AAAAB3NzaC1yc2EAAAABIwAAAQEAsHa75NfjyB1... + /home/michael/.ssh/known_hosts is not a valid known_hosts file. |