README.md

This commit is contained in:
2024-07-21 02:02:53 +01:00
parent b6303d3728
commit a607360f09

View File

@@ -125,17 +125,7 @@ services/nginx/docker-run.sh
services/code-server/docker-run.sh
```
ssh alias for host access
``` bash
#On code-server
#/root/.ssh/config
Host host
HostName homesrv01.dev.lan
User USERNAME
RemoteCommand cd ~/repos/homesrv01.dev.lan; exec bash --login
RequestTTY yes
```