doc: add ssh config

This commit is contained in:
fxiang21
2024-02-02 13:31:44 +08:00
parent be207ae8c0
commit 9c0d19936c

View File

@@ -30,7 +30,7 @@ docker compose up -d
![Example GIF](./docs/images/ssh-client.gif) ![Example GIF](./docs/images/ssh-client.gif)
### Login ### Login
```shell ```shell
ssh -p12229 admin@127.0.0.1 # 注意这里端口,用户,地址需要换成您当前环境的 ssh -p12229 admin@127.0.0.1 # Note that the port, user, and address need to be replaced with your current environment
``` ```
### Passwordless Login Configuration ### Passwordless Login Configuration
> Terminal passwordless login is designed for enhanced security and convenience. > Terminal passwordless login is designed for enhanced security and convenience.