Remove post redirects

This commit is contained in:
Oliver Davies 2017-09-11 21:24:34 +01:00
parent 1609649ce0
commit f38bb26489
90 changed files with 43 additions and 184 deletions

View file

@ -5,8 +5,6 @@ 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.