On Wed, 23 Dec 2015, Toon Moene wrote:

On 12/22/2015 02:59 PM, Gerald Pfeifer wrote:

Jan (Beulich) ran into this, and indeed I could not find it
documented.  So I added it. ;-)

+ssh <i>username</i>@gcc.gnu.org append-key < KEYFILE

Hmm, I get:

toon@moene:~$ ssh t...@gcc.gnu.org append-key < .ssh/id_dsa.pub
/home/toon/.ssh/config line 3: Bad protocol spec '1'.

toon@moene:~$ cat .ssh/config
Host gcc.gnu.org
ForwardX11 no
Protocol 1

Any hints ?

Wild guess (that you are using debian testing or unstable):

apt-get install openssh-client-ssh1
ssh1 t...@gcc.gnu.org ...

--
Marc Glisse

Reply via email to