Merge pull request #451 from genebean/sshnull

Add alias called sshnull
This commit is contained in:
Gene Liverman 2024-09-06 12:46:35 -04:00 committed by GitHub
commit 2a498e5192
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -323,6 +323,7 @@ in {
nve = "nvdots ~/repos/dots/modules/home-manager/files/nvim/lua"; nve = "nvdots ~/repos/dots/modules/home-manager/files/nvim/lua";
pssh = "ssh -o 'UserKnownHostsFile /dev/null' -o 'StrictHostKeyChecking no' -o PubkeyAcceptedKeyTypes=+ssh-rsa -o HostKeyAlgorithms=+ssh-rsa -o KexAlgorithms=+diffie-hellman-group1-sha1 -i ~/.ssh/id_rsa-acceptance"; pssh = "ssh -o 'UserKnownHostsFile /dev/null' -o 'StrictHostKeyChecking no' -o PubkeyAcceptedKeyTypes=+ssh-rsa -o HostKeyAlgorithms=+ssh-rsa -o KexAlgorithms=+diffie-hellman-group1-sha1 -i ~/.ssh/id_rsa-acceptance";
sal = "ssh-add -L"; sal = "ssh-add -L";
sshnull = "ssh -o UserKnownHostsFile=/dev/null";
st = "open -a SourceTree"; st = "open -a SourceTree";
sz = "source ~/.zshrc"; sz = "source ~/.zshrc";
trippy = "echo 'To run trippy, the command is trip'"; trippy = "echo 'To run trippy, the command is trip'";