Commit bdbfb6b6 authored by Andrey Filippov's avatar Andrey Filippov

Added explanation for ssh copying keys if Eclipse was launched from the

terminal.
parent 88174f94
...@@ -78,6 +78,14 @@ ...@@ -78,6 +78,14 @@
"echo \"** from the system terminal and enter your **\";" "echo \"** from the system terminal and enter your **\";"
"echo \"** password when prompted. **\";" "echo \"** password when prompted. **\";"
"echo \"** **\";" "echo \"** **\";"
"echo \"** If you see nothing below this box, that **\";"
"echo \"** likely means that Eclipse is launched **\";"
"echo \"** from the terminal, and the system asks **\";"
"echo \"** your password (or permission to add **\";"
"echo \"** key of the remote host first) in that **\";"
"echo \"** terminal - just switch to it and **\";"
"echo \"** complete the setup. **\";"
"echo \"** **\";"
"echo \"**********************************************\";" "echo \"**********************************************\";"
"ssh-copy-id %RemoteUser@%RemoteHost;" "ssh-copy-id %RemoteUser@%RemoteHost;"
</line> </line>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment