remove ssh_ scp_
This commit is contained in:
parent
835b435cbb
commit
746cca150e
@ -245,8 +245,6 @@ case "$OSTYPE" in
|
||||
esac
|
||||
alias ssh_by_password='ssh -o PreferredAuthentications=password -o PubkeyAuthentication=no'
|
||||
alias ssh_copy_id='ssh-copy-id -o PreferredAuthentications=password -o PubkeyAuthentication=no'
|
||||
alias ssh_="ssh -F ~/Projects/rallets-fabric/.ssh/config"
|
||||
alias scp_="scp -F ~/Projects/rallets-fabric/.ssh/config"
|
||||
alias chrome_proxy="google-chrome --proxy-server='http://127.0.0.1:8118'"
|
||||
alias ls_folder_size="du -sch .[!.]* * | sort -h"
|
||||
alias top_by_memory="top -o %MEM"
|
||||
|
Loading…
Reference in New Issue
Block a user