diff --git a/.gitignore b/.gitignore index aac43b2e..3adbbac7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ .old/ centos-upgrade-plan.txt - +.vscode/ \ No newline at end of file diff --git a/README.md b/README.md index e09ea283..e8bd3c05 100644 --- a/README.md +++ b/README.md @@ -105,11 +105,9 @@ X2Go sessions can be paused or suspended from the X2Go client window. Multiple s * These folders will then appear on the server under `/media/disk/`. ![x2go_server](docs/imgs/x2go_automount.png) -## ~~Robot computer remote desktop access~~ +## Robot computer remote desktop access -* *Currently unavailable* (TODO network cable unplugged?) - -* In an X2Go session go to *Applications>Internet>Remote Viewer>Connection Address* and enter [`vnc://192.168.16.101`](vnc://192.168.16.101). +* In an X2Go session go to *Applications>Internet>Remote Viewer>Connection Address* and enter [`vnc://192.168.16.101:5900`](vnc://192.168.16.101:5900). ![remote_viewer](docs/imgs/remote_viewer.png) @@ -198,4 +196,4 @@ Read the `ssh` login message (`cat /etc/motd`) for server status and updates. [O ## Administrators -See additional documentation in [`docs/README.md`](docs/README.md). +For additional documentation see [`docs/README.md`](docs/README.md). diff --git a/docs/imgs/remote_viewer.png b/docs/imgs/remote_viewer.png index f0561434..e27acd59 100644 Binary files a/docs/imgs/remote_viewer.png and b/docs/imgs/remote_viewer.png differ