Skip to content

Commit

Permalink
add better autossh command for writequit
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Dec 9, 2015
1 parent abe39a8 commit f03d568
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zsh.org
Expand Up @@ -281,6 +281,7 @@ alias scsetup2='sudo socat -d -d TCP4-listen:7777,fork OPENSSL:blackex:443,cert=
# reverse proxy & keepopen
alias prox='ssh -nNT -R 4444:localhost:22 writequit.org'
alias autoprox='autossh -M 22000 -nNT -R 4444:localhost:22 writequit.org'
alias awq='autossh -M 22001 writequit.org'
# open elinks quickly
alias el='TERM=xterm-color elinks'
# datetime aliases
Expand Down

0 comments on commit f03d568

Please sign in to comment.