Desktop scripts
This commit is contained in:
parent
6079f98037
commit
639e4dbf2d
19 changed files with 321 additions and 0 deletions
6
scripts/ssh-forward
Executable file
6
scripts/ssh-forward
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
#Possible to close after execution!
|
||||
#Hostname = $1
|
||||
#Local port = $2
|
||||
#Remote port = $3
|
||||
ssh -N $1 -L $2:localhost:$3
|
||||
Loading…
Add table
Add a link
Reference in a new issue