In an automated IT world, password-based authentications are not a good choice and will restrict so many abilities. For SSH access, you can easily configure SSH Key based authentication, which is easy to set up and very useful for quick server access. Also, this method is more secure than password-based access since the authentication happens using private and public key pair values.
ansible resources, automation, cloud,
How to setup SSH key based authentication
Follow
Jun 13, 2018 ·
1 min read

Share this