Skip to content
Snippets Groups Projects
Commit fedc789d authored by nimrod's avatar nimrod
Browse files

unscp alias.

Unsecure copy. In the spirit of unssh. Don't validate or save the host
keys.
parent 90b1592e
No related branches found
No related tags found
No related merge requests found
......@@ -170,6 +170,7 @@ alias torrent_on='ssh kodi.shore.co.il docker container unpause transmission_rss
# shellcheck disable=SC2142
alias toupper='awk "{print toupper(\$0)}"'
alias transmission-remote='forward kodi.shore.co.il 9091:localhost:9091 && transmission-remote'
alias unscp="scp -o \"UserKnownHostsFile /dev/null\" -o \"StrictHostKeyChecking no\""
alias unssh="ssh -o \"UserKnownHostsFile /dev/null\" -o \"StrictHostKeyChecking no\""
alias update-requirements='find -name "*requirements*.txt" -exec pur --requirement {} \;'
alias venv='python3 -m venv'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment