ssh alias for dev

This commit is contained in:
gardouille 2023-08-31 20:34:02 +02:00
parent feaa9ed310
commit d27e482db4
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 1 additions and 0 deletions

1
zshrc
View File

@ -432,6 +432,7 @@ alias recossh='load-ssh-agent &&
# For development and tests
alias sshdev='ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=accept-new'
alias sshdev-copy-id='ssh-copy-id -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=accept-new'
alias scpdev='scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=accept-new'
# }}}