标签:als lin row 远程 table use 密钥登陆 spl copy
ssh-copy-id命令可以把本地主机的公钥复制到远程主机的authorized_keys文件上,使用密钥登陆。
ssh-copy-id命令将远程主机的用户主目录~
和~/.ssh
, 和~/.ssh/authorized_keys
设置合适的权限。
ssh-copy-id命令可以把本地的ssh公钥文件安装到远程主机对应的账户下。
ssh-copy-id user@server
ssh-copy-id -i ~/.ssh/id_rsa.pub user@server
标签:als lin row 远程 table use 密钥登陆 spl copy
原文地址:https://www.cnblogs.com/duchaoqun/p/12376394.html