> For the complete documentation index, see [llms.txt](https://kawsing.gitbook.io/opensystem/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kawsing.gitbook.io/opensystem/andoid-shou-ji/termux/an-zhuang-linux-zhuo-mian/sshx-deng-ru.md).

# SSH -X 登入

把 ssh-genkey生成的id\_rsa複製到PC的termux\_debian.rsa

把id\_rsa.pub複製成authorized\_keys

```
chmod 0600 termux_debian.rsa
ssh 192.168.43.1 -XY -l root -p 2222 -i termux_debian.rsa
```

export DISPLAY=:11.0
