# 免密登陆

上传本地ssh的公钥到远程服务器

```
ssh-copy-id username@remote-server
```
