Last active
January 26, 2024 15:01
-
-
Save zioproto/1324d4e5989b5f7a7071a78fdb401053 to your computer and use it in GitHub Desktop.
ssh and scp without saving and ignoring fingerprints
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias oscp='scp -o "UserKnownHostsFile /dev/null" -o "StrictHostKeyChecking no"' | |
alias ossh='ssh -o "UserKnownHostsFile /dev/null" -o "StrictHostKeyChecking no"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment