bashrc: add moshscr

This commit is contained in:
Peter Cai 2022-04-06 14:19:21 -04:00
parent 3a96a6fba3
commit 9e884bd103
1 changed files with 4 additions and 0 deletions

View File

@ -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() {