commit 67c198252809c755d57817454c763b1065194193 parent 5ab2567afd79c395344126ccbfe5b370a6e5caa1 Author: Antoine Amarilli <a3nm@a3nm.net> Date: Fri, 22 Aug 2014 11:18:50 +0200 fix ssh-copy-id Diffstat:
zsh/alias | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/zsh/alias b/zsh/alias @@ -55,3 +55,6 @@ alias m='f -e mplayer' alias o='a -e xdg-open' alias sw="sr -browser=w3m" alias wen="sw wikipedia" + +# work around https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1342412 +alias ssh-copy-id='ssh-copy-id -o "ControlPath=/nowhere" -o "ControlMaster=no"'