updated by /home/nico/bin/sync-all-repos on nb3
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 14s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 14s
This commit is contained in:
parent
18d05d9b37
commit
31b8abca50
1 changed files with 7 additions and 0 deletions
7
vpn.sh
7
vpn.sh
|
@ -8,6 +8,13 @@ case "$1" in
|
|||
uzh|uzhsplit)
|
||||
vpnc --no-detach "$1"
|
||||
;;
|
||||
uzhvnc)
|
||||
pkill -f 5999:localhost:5900
|
||||
ssh -L5999:localhost:5900 -f -N uzh-macmini-ipv4
|
||||
pass git co master
|
||||
pass uzh/macmini/vnc-password -c
|
||||
vncviewer localhost:99
|
||||
;;
|
||||
runa)
|
||||
pass git checkout nico-privat
|
||||
pass tws/runa/vpn-endpoint > /dev/null
|
||||
|
|
Loading…
Reference in a new issue