mirror of
https://github.com/hykilpikonna/AquaDX.git
synced 2026-05-19 19:58:14 -05:00
12 lines
207 B
Markdown
12 lines
207 B
Markdown
Add this to your `~/.ssh/config`:
|
|
|
|
```
|
|
Host aquadx-devtainer
|
|
HostName localhost
|
|
Port 2322
|
|
User root
|
|
StrictHostKeyChecking no
|
|
```
|
|
|
|
Then you can use `ssh aquadx-devtainer` to connect to the container.
|