Setup password-less SSH on Ubuntu 16.04

Setup

Luck Charoenwatana
LuckSpark
Published in
1 min readJul 4, 2016

--

Test SSH login

Passwordless SSH from the client

Concept: append client’s public key (content of .ssh/id_rsa.pub) TO server’s .ssh/authorized_keys file

--

--