ssh alias for dev
This commit is contained in:
parent
feaa9ed310
commit
d27e482db4
1
zshrc
1
zshrc
|
@ -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'
|
||||
|
||||
# }}}
|
||||
|
|
Loading…
Reference in New Issue