feat(ssh): remove ssh-proxy-toggle script and add sshp-fg alias for SSH proxy

This commit is contained in:
Dmitry
2026-03-14 23:38:07 +03:00
parent 830bcff12d
commit 9e6122fcfa
4 changed files with 49 additions and 68 deletions
+2
View File
@@ -170,3 +170,5 @@ alias lidon='sudo systemctl mask sleep.target suspend.target hibernate.target hy
alias lidoff='sudo systemctl unmask sleep.target suspend.target hibernate.target hybrid-sleep.target'
# alias gemini='NODE_NO_WARNINGS=1 npx @google/gemini-cli'
alias sshvpn='sshuttle --dns -r fl-vps 0/0 -X ~/.dotfiles/configs/.exclude-ip.txt'
alias sshp-fg='ssh -D 127.0.0.1:1080 fl-vps -v sleep 9999'