Ssh without password
Jump to navigation
Jump to search
Secure shell (ssh) protocols can be configure to work without protocols. This is particularly helpful for machines that are used often.
Configuring ssh without password from a POSIX-compliant terminal
- log into a local Linux or MacOSX computer
- type the following to generate the ssh key:
<source lang='bash'> ssh-keygen -t dsa </source>
- accept the default key location by pressing
Enter
.