31 Oct
2007
31 Oct
'07
12:20 p.m.
Roman Kyrylych schrieb:
The fun thing is that it asked my password 4 times. :-P I should use ssh keys.
Another cool solution: Put this in ~/.ssh/config ControlPath /home/roman/.ssh/master-%h-%p-%r Host gerolde HostName archlinux.org Host cvs.archlinux.org HostName archlinux.org Then run ssh -M roman@gerolde once (leave this session open until you are done with whatever you do). Then try ssh roman@gerolde, you won't be asked for a password. Furthermore, connecting is much faster, because the old connection is reused.