目录

目录

添加ssh-key

目录
# 在机器上添加
echo "ssh-key" >> ~/.ssh/authorized_keys

# 直接添加到远程
ssh-copy-id user@host