Category Archives: Linux
Public Key authentication for SSH/SCP
This is how to setup public key authentication. Here are the steps: 1. Make sure the target SSH server accept public key authentication As root, open sshd_config on the target server, usually located in /etc/ssh/sshd_config vim /etc/ssh/sshd_config Make sure these … Continue reading
Posted in Linux
Leave a comment