How would I go about doing this on the terminal?
sftp then asks me for a password. how do I include my DSA key so that I do not have to use the password?
|
feedback
|
|
As If you setup your key correctly, and remove SSH server is configured to use key authentication, you will be granted the access without additional password. | |||
|
feedback
|
|
If you have ssh-agent running, holding the key to the site, it will handle authentication for you. | |||
|
feedback
|