feat: added a ssh utility that supports smart-aliases and background ssh
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 8s
Nix Format Check / check-format (push) Failing after 21s
Python Lint Check / check-python (push) Failing after 6s

tunnels
This commit is contained in:
2025-07-25 15:37:55 +02:00
parent f0bf6bc8aa
commit 564e45e099
6 changed files with 191 additions and 37 deletions

View File

@@ -69,6 +69,7 @@ alias gcb='git checkout -b'
# Kubernetes aliases (Minikube)
alias kubectl="minikube kubectl --"
alias zed=zeditor
alias ssh="~/.local/bin/smart-ssh"
# random string (Syntax: random <length>)
alias random='openssl rand -base64'