fix: lynx needed a openssl+rvm upgrade
- add alias for gpg2 to point to gpg, needed for rvm install script - reinstall openssl (brew reinstall openssl) to fix lynx - install rvm
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
alias mgmt='ssh $(whoami)@$PROXY_HOST -i $HOME/.ssh/id_ed25519'
|
||||
alias m='mgmt'
|
||||
alias tunnel='ssh -D 8000 -N $(whoami)@$PROXY_HOST -i $HOME/.ssh/id_ed25519'
|
||||
alias gpg2="gpg"
|
||||
alias sshpub='cat $HOME/.ssh/id_ed25519.pub'
|
||||
alias ssla="openssl x509 -alias -noout -in" # Usage : ssla <cert>
|
||||
alias encrypt='ansible-vault encrypt **/vault.yml --vault-password-file=$VAULT_PASSWORD_FILE'
|
||||
|
Reference in New Issue
Block a user