Add and configure redirect bundle.
This commit is contained in:
parent
9deeaf6772
commit
1c07b44f1b
112 changed files with 288 additions and 128 deletions
|
@ -5,6 +5,8 @@ tags:
|
|||
- linux
|
||||
- ssh
|
||||
use: [posts]
|
||||
redirect:
|
||||
- blog/use-authorized-keys-create-passwordless-ssh-connection/
|
||||
---
|
||||
If you're accessing Linux servers or automating tasks between servers, rather than having to enter your user password every time, you can also use SSH public key authentication. This is a simple process that involves creating a local key and storing it within the *authorized_keys* file on the remote server.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue