用命令在远程主机上安装openssh public key May 23, 2023 Content # ssh user@remote_host cat < $HOME/.ssh/id_rsa.pub ">>" .ssh/authorized_keys From # Links #