Initial commit of script to use mosh to get to ClearBuilt AWS
This commit is contained in:
parent
77995d1b1c
commit
a6e1580d61
1 changed files with 9 additions and 0 deletions
9
mosh_gate.sh
Executable file
9
mosh_gate.sh
Executable 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue