> For the complete documentation index, see [llms.txt](https://mm.ricky.moe/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mm.ricky.moe/other/linux/mian-mi-deng-lu.md).

# 免密登陆

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

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