Linux ssh_key 基于KEY安全外壳协议
Linux ssh_key 基于KEY安全外壳协议1. server# ssh-keygen -t rsa (empty for no passphrase)# scp ~/.ssh/id_rsa.pub [server ip or hostname]:.ssh/authorized_keys (more key _keys2)# vi /etc/ssh/sshd_config [passwordauthentication no (disable pas...