Skip to content
Snippets Groups Projects
Commit efe4c9df authored by Michael Blaschek's avatar Michael Blaschek :bicyclist:
Browse files

added mosh

parent 41e720d0
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
## General Access ## General Access
Please use these methods to access the servers: Please use these methods to access the servers:
1. Connect using [SSH](SSH.md) 1. Connect using [SSH](SSH.md) or [MOSH](https://mosh.org/#) (Mobile Secure Shell)
2. Connect using [TeachingHub](../TeachingHub.md) or [ResearchHub](../Jet-Cluster.md#jupyterhub) 2. Connect using [TeachingHub](../TeachingHub.md) or [ResearchHub](../Jet-Cluster.md#jupyterhub)
3. Connect using [VNC](VNC.md) 3. Connect using [VNC](VNC.md)
4. Access from outside the UNI, [VPN](VPN.md) 4. Access from outside the UNI, [VPN](VPN.md)
...@@ -52,4 +52,4 @@ Please find some useful tools for connecting to IMGW servers and University of V ...@@ -52,4 +52,4 @@ Please find some useful tools for connecting to IMGW servers and University of V
- BASH script using SSH to connect via a gateway, [SSH](SSH.md#connect-script) [connect2jet](connect2jet) - BASH script using SSH to connect via a gateway, [SSH](SSH.md#connect-script) [connect2jet](connect2jet)
- BASH script for 5fpc tools, [VPN](VPN.md#connect-script) [connect2vpn](connect2vpn) - BASH script for 5fpc tools, [VPN](VPN.md#connect-script) [connect2vpn](connect2vpn)
- Change VNC resolution, [VNC](VNC.md#xrandr) [add_xrandr_resolution](add_xrandr_resolution.sh) - Change VNC resolution, [VNC](VNC.md#xrandr) [add_xrandr_resolution](add_xrandr_resolution.sh)
- Mount Server directories via sshfs, [SSHFS](SSH.md#sshfs) - Mount Server directories via sshfs, [SSHFS](SSH.md#sshfs)
\ No newline at end of file
...@@ -111,3 +111,15 @@ mkdir -p $HOME/srvx1 ...@@ -111,3 +111,15 @@ mkdir -p $HOME/srvx1
mountserver [USER]@srvx1.img.univie.ac.at /users/staff/[USER] $HOME/srvx1 mountserver [USER]@srvx1.img.univie.ac.at /users/staff/[USER] $HOME/srvx1
``` ```
Note the directories might vary, depending on your membership (staff, external, students). Note the directories might vary, depending on your membership (staff, external, students).
## MOSH
Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes.
Mosh is a replacement for interactive SSH terminals. It's more robust and responsive, especially over Wi-Fi, cellular, and long-distance links.
In order to use:
- install on your client, [instructions](https://mosh.org/#getting)
```bash
$ mosh user@srvx1.img.univie.ac.at
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment