Standardised tags

This commit is contained in:
Oliver Davies 2015-04-13 12:42:09 +01:00
parent 6735de698c
commit 28896f0f60
57 changed files with 136 additions and 126 deletions

View file

@ -5,8 +5,8 @@ use:
- posts
slug: use-authorized-keys-create-passwordless-ssh-connection
tags:
- Linux
- SSH
- linux
- ssh
---
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.