Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

8
  • 3
    I would use RSA keys rather than DSA. But other than that, full agree. Commented Feb 7, 2012 at 9:03
  • 18
    sometimes you cannot add keys to the remote host, eg network appliances. Commented Apr 13, 2016 at 5:07
  • 1
    I tried this. ssh is still asking for a password. Do you specifically have to give an IP address? I tried it with both <user>@<domain-name> and just the domain name. Commented Jun 20, 2017 at 14:39
  • This command said too many arguments? (for step 3) Commented Aug 8, 2017 at 2:59
  • I had to change to ssh-keygen -t dsa and manually enter file location instead. Commented Aug 8, 2017 at 3:10