Discussion:
[Savannah-hackers] [ 101973 ] Special settings in .ssh/config
n***@savannah.gnu.org
2003-03-18 08:37:41 UTC
Permalink
Support Request #101973, was updated on Tue 03/18/03 at 09:37
You can respond by visiting:
http://savannah.gnu.org/support/?func=detailsupport&support_id=101973&group_id=11

Category: CVS
Status: Open
Priority: 5
Summary: Special settings in .ssh/config

By: reallysoft
Date: Tue 03/18/03 at 09:37
Logged In: YES
user_id=16363
Browser: Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.19-4GB i686) Opera 6.03 [en]


Hi,

on
http://savannah.gnu.org/faq/?group_id=11&question=How_do_I_configure_my_SSH_access.txt
If, while (for example) you try to write on your download
area, it asks you for a password and not a passphrase,
it means that your key is not recognized. It can be a
matter of time (the cron job...) or, generally, it means that
your key is not a correct SSH1 RSA key.
That's incomplete. For me it was necessary to setup my
~/.ssh/config like follows:

Host subversions.gnu.org
Protocol 1
IdentityFile ~/.ssh/identity
ForwardX11 no

Before explicitly specifying the IdentityFile I was always
asked for the password - now I'm asked for the
passphrase and everything works.

Regards
Ralf

----------------------------------------------------------------------
You can respond by visiting:
http://savannah.gnu.org/support/?func=detailsupport&support_id=101973&group_id=11
n***@savannah.gnu.org
2003-03-20 20:52:18 UTC
Permalink
Support Request #101973, was updated on Tue 03/18/03 at 09:37
You can respond by visiting:
http://savannah.gnu.org/support/?func=detailsupport&support_id=101973&group_id=11

Category: SSH Connection
Status: Open
Priority: 3
Summary: Special settings in .ssh/config

By: yeupou
Date: Thu 03/20/03 at 21:52
Logged In: YES
user_id=1896
Browser: Mozilla/5.0 (compatible; Konqueror/3.1; Linux 2.4.21-pre4; i686; fr, ***@euro)

I'm not sure if we must add the following. Normally, the server
fordid the ForwardX11 without consequences on the connection.

Did you changed your /etc/ssh_config ? It's unusual to be forced
to reset this setting to the default value.

If you didn't changed it, is it your own computer, and what is the
distribution?

----------------------------------------------------------------------

By: reallysoft
Date: Tue 03/18/03 at 09:37
Logged In: YES
user_id=16363
Browser: Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.19-4GB i686) Opera 6.03 [en]


Hi,

on
http://savannah.gnu.org/faq/?group_id=11&question=How_do_I_configure_my_SSH_access.txt
If, while (for example) you try to write on your download
area, it asks you for a password and not a passphrase,
it means that your key is not recognized. It can be a
matter of time (the cron job...) or, generally, it means that
your key is not a correct SSH1 RSA key.
That's incomplete. For me it was necessary to setup my
~/.ssh/config like follows:

Host subversions.gnu.org
Protocol 1
IdentityFile ~/.ssh/identity
ForwardX11 no

Before explicitly specifying the IdentityFile I was always
asked for the password - now I'm asked for the
passphrase and everything works.

Regards
Ralf

----------------------------------------------------------------------
You can respond by visiting:
http://savannah.gnu.org/support/?func=detailsupport&support_id=101973&group_id=11
n***@savannah.gnu.org
2003-03-21 09:25:30 UTC
Permalink
Support Request #101973, was updated on Tue 03/18/03 at 09:37
You can respond by visiting:
http://savannah.gnu.org/support/?func=detailsupport&support_id=101973&group_id=11

Category: SSH Connection
Status: Open
Priority: 3
Summary: Special settings in .ssh/config

By: amgine
Date: Fri 03/21/03 at 10:25
Logged In: YES
user_id=16363
Browser: Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.19-4GB i686) Opera 6.03 [en]

Yes you are right - both problems were caused by
/etc/ssh/ssh_config


----------------------------------------------------------------------

By: yeupou
Date: Thu 03/20/03 at 21:52
Logged In: YES
user_id=1896
Browser: Mozilla/5.0 (compatible; Konqueror/3.1; Linux 2.4.21-pre4; i686; fr, ***@euro)

I'm not sure if we must add the following. Normally, the server
fordid the ForwardX11 without consequences on the connection.

Did you changed your /etc/ssh_config ? It's unusual to be forced
to reset this setting to the default value.

If you didn't changed it, is it your own computer, and what is the
distribution?

----------------------------------------------------------------------
You can respond by visiting:
http://savannah.gnu.org/support/?func=detailsupport&support_id=101973&group_id=11
n***@savannah.gnu.org
2003-03-21 11:22:47 UTC
Permalink
Support Request #101973, was updated on Tue 03/18/03 at 09:37
You can respond by visiting:
http://savannah.gnu.org/support/?func=detailsupport&support_id=101973&group_id=11

Category: SSH Connection
Status: Closed
Priority: 3
Summary: Special settings in .ssh/config

By: yeupou
Date: Fri 03/21/03 at 12:22
Logged In: YES
user_id=1896
Browser: Mozilla/5.0 Galeon/1.2.7 (X11 ; GNU / Linux 2.4.21-pre4 i686 ; ***@euro)

ok.

Thanks your for your informations,


----------------------------------------------------------------------

By: amgine
Date: Fri 03/21/03 at 10:25
Logged In: YES
user_id=16363
Browser: Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.19-4GB i686) Opera 6.03 [en]

Yes you are right - both problems were caused by
/etc/ssh/ssh_config


----------------------------------------------------------------------
You can respond by visiting:
http://savannah.gnu.org/support/?func=detailsupport&support_id=101973&group_id=11
Loading...