# 【Shell】強制使用 密碼登入(如果已經交換key)

強制使用 密碼登入(如果已經交換key)

```bash
ssh -o PreferredAuthentications=password -o PubkeyAuthentication=no root@{ip}
```