mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Add alias called sshnull
This pipes known hosts to /dev/null
This commit is contained in:
parent
13abf7f895
commit
180b8389d7
1 changed files with 1 additions and 0 deletions
|
|
@ -323,6 +323,7 @@ in {
|
|||
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";
|
||||
sal = "ssh-add -L";
|
||||
sshnull = "ssh -o UserKnownHostsFile=/dev/null";
|
||||
st = "open -a SourceTree";
|
||||
sz = "source ~/.zshrc";
|
||||
trippy = "echo 'To run trippy, the command is trip'";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue