Skip to content

SSH How to connect (via Google Chrome)

Daniel Speichert edited this page Dec 16, 2015 · 5 revisions
  1. Install SSH (Secure Shell) client here
  2. Open the SSH client from your Chrome Apps
    (go to URL: chrome-extension://pnhechapfaindjhompbnflcldabbghjo/html/nassh.html)
  3. Configure SSH connection:
    SSH configuration
  4. When asked about host key confirmation, type in yes and pres Enter
  5. When asked about password, copy your password and paste it by pressing SHIFT + INSERT keys or type it in manually.
    The password you paste or type will NOT be visible. Just trust it is there and press Enter.

login-password

  1. You are now connected!

Troubleshooting

  • Problem: I reinstalled my server and now I see: "WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!"
    Solution: On Secure Shell tab press F12 and open up Javascript console.
    Type: term_.command.removeDirectory('/.ssh/') and press enter. You can now connect as usual.