Initial commit of script to use mosh to get to ClearBuilt AWS

This commit is contained in:
Tracey Clark 2021-10-29 13:16:07 -05:00
commit a6e1580d61

9
mosh_gate.sh Executable file
View file

@ -0,0 +1,9 @@
#!/bin/sh
mosh=$(which mosh)
mosh_server=$(which mosh-server)
${mosh} --server="${mosh_server} new -l LANG=en_US.UTF-8" gate.clearbuilt.com. --
#${mosh} --server="/usr/bin/mosh-server new -l LANG=en_US.UTF-8" gate.clearbuilt.com. --
"$@"
#AddKeysToAgent yes
#ForwardAgent yes