AutoYADM commit: 2025-02-26 20:30:04
This commit is contained in:
parent
63bd4afb06
commit
ff6de15e67
15 changed files with 98 additions and 0 deletions
4
.config/fish/functions/autosshtunnel.fish
Normal file
4
.config/fish/functions/autosshtunnel.fish
Normal file
|
@ -0,0 +1,4 @@
|
|||
function autosshtunnel
|
||||
start-ssh-agent
|
||||
tmux new-session -d 'autossh -M 0 -o "ServerAliveInterval 30" -o "ServerAliveCountMax 3" -R 1675:ibox:22 isa@172.105.6.137'
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue