diff --git a/bash/.bashrc b/bash/.bashrc index 60a6a88..f5f24cd 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -27,6 +27,10 @@ function sshscr() { ssh -t $@ screen -RR -d } +function moshscr() { + mosh $@ -- screen -RR -d +} + # Alternative SSH session for unlocking remote encrypted servers # This requires a standalone known hosts file function sshunlock() {