Update keychain aliases following release of 3.0.0

This commit is contained in:
2026-07-26 10:52:26 +02:00
parent b0d0b12bec
commit 912d35eb2f
+2 -2
View File
@@ -9,10 +9,10 @@ eval $(keychain --quiet --eval)
# Set Keychain aliases
alias kc-home='keychain ~/.ssh/home'
alias kc-project='keychain ~/.ssh/project'
alias kc-clean='keychain --clear'
alias kc-clean='keychain wipe'
alias kcd-home='ssh-add -d ~/.ssh/home'
alias kcd-project='ssh-add -d ~/.ssh/project'
alias kc-l='keychain -l'
alias kc-l='keychain list'
# Set SSH VNC alias (may be temporary, if we could set it up in SSH config file)
alias sshvnc='ssh -L 5901:localhost:5900'