remove ssh alias
Doesn't work with scp and inside scripts - have to find a better solution.
This commit is contained in:
1
.rc
1
.rc
@@ -66,7 +66,6 @@ alias parent='ps -p $PPID -o comm='
|
||||
alias dbgrep='dbgrep.pl -vpuroot'
|
||||
alias tcpdump='tcpdump -l'
|
||||
alias pacman='pacman --color auto'
|
||||
alias ssh='ssh -o "ControlMaster=auto" -o "ControlPath=~/.ssh/ctl/master-%r@%h:%p" -o "ControlPersist=1h"'
|
||||
|
||||
function i4() {
|
||||
if [ $# -eq 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user