Re: FreeNX-kNX Digest, Vol 61, Issue 16

View: New views
1 Messages — Rating Filter:   Alert me  

Parent Message unknown Re: FreeNX-kNX Digest, Vol 61, Issue 16

by brian mullan-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I think if you make this change:

I would suspect that you haven't changed the entry in /etc/nxserver/node.conf to tell FreeNX that the sshd is listening on 443 instead of 22

you need to remember to restart freenx also


On Sat, Sep 26, 2009 at 12:57 PM, <freenx-knx-request@...> wrote:
Send FreeNX-kNX mailing list submissions to
       freenx-knx@...

To subscribe or unsubscribe via the World Wide Web, visit
       https://mail.kde.org/mailman/listinfo/freenx-knx
or, via email, send a message with subject or body 'help' to
       freenx-knx-request@...

You can reach the person managing the list at
       freenx-knx-owner@...

When replying, please edit your Subject line so it is more specific
than "Re: Contents of FreeNX-kNX digest..."

________________________________________________________________
        Don't forget to check the NX Knowledge Base:
                http://www.nomachine.com/kb/
      Please also check the FreeNX Wiki+FAQ for hints.
 http://openfacts.berlios.de/index-en.phtml?title=FreeNX_FAQ
________________________________________________________________


Today's Topics:

  1. Re: Fwd: Re: NXClient fails to connect with authentication
     failed    for user. (ChrisB)
  2. Re: Fwd: Re: NXClient fails to connect with authentication
     failed    for user. (Dion Moult)
  3. Re: Fwd: Re: NXClient fails to connect with authentication
     failed    for user. (Jeremy Wilkins)


---------- Forwarded message ----------
From: "ChrisB" <chris@...>
To: User Support for FreeNX Server and kNX Client <freenx-knx@...>
Date: Sat, 26 Sep 2009 11:14:38 +0100
Subject: Re: [FreeNX-kNX] Fwd: Re: NXClient fails to connect with authentication failed for user.


Dion Moult <dion@...> wrote on 26/09/2009 10:56:10:

> It asks for my passphrase. So I rename id_dsa to something else and try again
> and you are right it asks for my password. I can log in fine.
>
> Trying again with NXClient with the moved id_dsa still fails with the same
> error as before.
>


If it is still giving failed login with user dion after you have got user dion logging in and working then in the absence of any other information, I would suspect that you haven't changed the entry in /etc/nxxserver/node.conf to tell FreeNX that the sshd is listening on 443 instead of 22.

Do you have any other users which can log in OK ??  If so it is an issue with account dion. If not then check the above next.



> On Saturday 26 September 2009 17:44:20 ChrisB wrote:
> > Dion Moult <dion@...> wrote on 26/09/2009 03:01:22:
> > > Tried changing that, restarting sshd and nxserver, but it still
> > > gives the same
> > > error:
> > >
> > > sshd[23560]: Connection from 127.0.0.1 port 38026
> > > sshd[23560]: Failed none for nx from 127.0.0.1 port 38026 ssh2
> > > sshd[23560]: Found matching DSA key: blahblahblahetcetc
> > > sshd[23560]: Accepted publickey for nx from 127.0.0.1 port 38026 ssh2
> > > sshd[23560]: pam_unix(sshd:session): session opened for user nx by
> >
> > (uid=0)
> >
> > > sshd[23560]: User child is on pid 23562
> > > nxserver[23692]: (nx) Failed login for user=dion from IP=127.0.0.1
> > > sshd[23562]: Connection closed by 127.0.0.1
> > > sshd[23562]: Transferred: sent 2848, received 1968 bytes
> > > sshd[23562]: Closing connection to 127.0.0.1 port 38026
> > > sshd[23560]: pam_unix(sshd:session): session closed for user nx
> >
> > Sounds like password or account issues with user dion
> >
> > On the server, try
> >
> >                 ssh -v -p 443 -l dion localhost
> >
> > The -v will tell you what it is trying and what fails.
> >
> > It should ask for a password. If user dion has an id_dsa or id_rsa key in
> > $HOME/.ssh then you need to temporarily rename it id_dsa.000 or some such.
> >
> > If you can't log in as user dion locally using a password then it won't
> > work over nx, so you need to prove this works/fix it next . . . .
> >
> > > On Saturday 26 September 2009 09:55:03 you wrote:
> > > > ----------  Forwarded Message  ----------
> > > >
> > > > Subject: Re: [FreeNX-kNX] NXClient fails to connect with
> >
> > authentication
> >
> > > >  failed for user.
> > > > Date: Friday 25 September 2009
> > > > From: "ChrisB" <chris@...>
> > > > To: User Support for FreeNX Server and kNX Client <freenx-knx@...>
> > > >
> > > > Dion Moult <dion@...> wrote on 25/09/2009 18:09:17:
> > > >
> > > >
> > > > SNIP
> > > >
> > > > > sshd[13479]: Connection from 127.0.0.1 port 40791
> > > > > sshd[13479]: Found matching DSA key: blahblahblahblah
> > > > > sshd[13479]: Accepted publickey for nx from 127.0.0.1 port 40791
> >
> > ssh2
> >
> > > > > sshd[13479]: pam_unix(sshd:session): session opened for user nx by
> > > >
> > > > (uid=0)
> > > >
> > > > > sshd[13479]: User child is on pid 13481
> > > > > nxserver[13611]: (nx) Failed login for user=dion from IP=127.0.0.1
> > > >
> > > > Yup
> > > >
> > > > > I have checked that the public key is in /home/dion/.
> > > > > ssh/authorized_keys. If I
> > > > > do ssh -p 443 localhost on the computer with the account dion it
> >
> > asks
> >
> > > > for my
> > > >
> > > > > passphrase of my private keypair (not the NX one) and I can log in
> >
> > and
> >
> > > > SSH in
> > > >
> > > > You need to use password authentication for the local user after
> > > > connecting via ssh as user nx.
> > > >
> > > > Some distros disable this by default because it allows brute force
> >
> > attacks
> >
> > > > . . . .
> > > >
> > > > > remotely fine without problems. I'm not sure whether it helps but
> >
> > when I
> >
> > > > try
> > > >
> > > > > ssh -p 443 nx@localhost it asks for a Password, of which nothing I
> > > > > try can log
> > > > > it in.
> > > > >
> > > > > This is my sshd_config:
> > > > > Port 443
> > > > > Protocol 2
> > > > > SyslogFacility AUTH
> > > > > PermitRootLogin no
> > > > > RSAAuthentication yes
> > > > > PubkeyAuthentication yes
> > > > > PasswordAuthentication no
> > > >
> > > > Here
> > > >
> > > > Just change to PasswordAuthentication  yes
> > > >
> > > > > PermitEmptyPasswords no
> > > > > UsePAM yes
> > > > > Compression yes
> > > > > KeepAlive yes
> > > > > ClientAliveInterval 30
> > > > > ClientAliveCountMax 4
> > > > > AuthorizedKeysFile      .ssh/authorized_keys
> > > > > LogLevel VERBOSE
> > > > >
> > > > > (Note: I run SSH on port 443 on purpose, not by accident)
> > > > >
> > > > > Summary: When trying to connect using username and password for the
> > > >
> > > > account
> > > >
> > > > > "dion" which exists on the box running freenx it says Authentication
> > > >
> > > > failed
> > > >
> > > > > for user dion.
> > > > >
> > > > > Any ideas? Much appreciated.
> > > >
> > > >
> ________________________________________________________________
> > > >
> > > > >      Were you helped on this list with your FreeNX problem?
> > > > >     Then please write up the solution in the FreeNX Wiki/FAQ:
> >
> >
http://openfacts2.berlios.de/wikien/index.php/BerliosProject:FreeNX_-_FAQ
> >
> > > > >          Don't forget to check the NX Knowledge Base:
> > > > >                  
http://www.nomachine.com/kb/
> > > > >
> > > > >
> ________________________________________________________________
> > > > >        FreeNX-kNX mailing list --- FreeNX-kNX@...
> > > > >      
https://mail.kde.org/mailman/listinfo/freenx-knx
> > > > >
> ________________________________________________________________
> > > >
> > > > -------------------------------------------------------
> >
> > ________________________________________________________________
> >
> > >      Were you helped on this list with your FreeNX problem?
> > >     Then please write up the solution in the FreeNX Wiki/FAQ:
> >
> >
http://openfacts2.berlios.de/wikien/index.php/BerliosProject:FreeNX_-_FAQ
> >
> > >          Don't forget to check the NX Knowledge Base:
> > >                  
http://www.nomachine.com/kb/
> > >
> > > ________________________________________________________________
> > >        FreeNX-kNX mailing list --- FreeNX-kNX@...
> > >      
https://mail.kde.org/mailman/listinfo/freenx-knx
> > > ________________________________________________________________
> >
> --
> Dion Moult :-)
> [attachment "signature.asc" deleted by chris burton/solar-
> system/local] ________________________________________________________________
>      Were you helped on this list with your FreeNX problem?
>     Then please write up the solution in the FreeNX Wiki/FAQ:
>
>
http://openfacts2.berlios.de/wikien/index.php/BerliosProject:FreeNX_-_FAQ
>  
>          Don't forget to check the NX Knowledge Base:
>                  
http://www.nomachine.com/kb/
>
> ________________________________________________________________
>        FreeNX-kNX mailing list --- FreeNX-kNX@...
>      
https://mail.kde.org/mailman/listinfo/freenx-knx
> ________________________________________________________________


---------- Forwarded message ----------
From: Dion Moult <dion@...>
To: User Support for FreeNX Server and kNX Client <freenx-knx@...>
Date: Sat, 26 Sep 2009 20:37:09 +0800
Subject: Re: [FreeNX-kNX] Fwd: Re: NXClient fails to connect with authentication failed for user.
Awesome thanks! Changed it to 443 and it all works now!

On Saturday 26 September 2009 18:14:38 ChrisB wrote:
> If it is still giving failed login with user dion after you have got user
> dion logging in and working then in the absence of any other information,
> I would suspect that you haven't changed the entry in
> /etc/nxxserver/node.conf to tell FreeNX that the sshd is listening on 443
> instead of 22.
--
Dion Moult :-)


---------- Forwarded message ----------
From: Jeremy Wilkins <wjeremy@...>
To: freenx-knx@...
Date: Sat, 26 Sep 2009 09:56:23 -0700 (PDT)
Subject: Re: [FreeNX-kNX] Fwd: Re: NXClient fails to connect with authentication failed for user.

I don't know if this is relevant, but I am curious if there may be a
difference from using the ip:
ssh -v -p 443 dion@...
or the host name:
ssh -v -p 443 dion@localhost
on your machine?  Sometimes the ip and host names are treated differently.
I have run into this on more than one occasion.  Sometimes it can be
firewall rules related.


Bugzilla from dion@... wrote:
>
> It asks for my passphrase. So I rename id_dsa to something else and try
> again
> and you are right it asks for my password. I can log in fine.
>
> Trying again with NXClient with the moved id_dsa still fails with the same
> error as before.
>
> On Saturday 26 September 2009 17:44:20 ChrisB wrote:
>> Dion Moult <dion@...> wrote on 26/09/2009 03:01:22:
>> > Tried changing that, restarting sshd and nxserver, but it still
>> > gives the same
>> > error:
>> >
>> > sshd[23560]: Connection from 127.0.0.1 port 38026
>> > sshd[23560]: Failed none for nx from 127.0.0.1 port 38026 ssh2
>> > sshd[23560]: Found matching DSA key: blahblahblahetcetc
>> > sshd[23560]: Accepted publickey for nx from 127.0.0.1 port 38026 ssh2
>> > sshd[23560]: pam_unix(sshd:session): session opened for user nx by
>>
>> (uid=0)
>>
>> > sshd[23560]: User child is on pid 23562
>> > nxserver[23692]: (nx) Failed login for user=dion from IP=127.0.0.1
>> > sshd[23562]: Connection closed by 127.0.0.1
>> > sshd[23562]: Transferred: sent 2848, received 1968 bytes
>> > sshd[23562]: Closing connection to 127.0.0.1 port 38026
>> > sshd[23560]: pam_unix(sshd:session): session closed for user nx
>>
>> Sounds like password or account issues with user dion
>>
>> On the server, try
>>
>>                 ssh -v -p 443 -l dion localhost
>>
>> The -v will tell you what it is trying and what fails.
>>
>> It should ask for a password. If user dion has an id_dsa or id_rsa key in
>> $HOME/.ssh then you need to temporarily rename it id_dsa.000 or some
>> such.
>>
>> If you can't log in as user dion locally using a password then it won't
>> work over nx, so you need to prove this works/fix it next . . . .
>>
>> > On Saturday 26 September 2009 09:55:03 you wrote:
>> > > ----------  Forwarded Message  ----------
>> > >
>> > > Subject: Re: [FreeNX-kNX] NXClient fails to connect with
>>
>> authentication
>>
>> > >  failed for user.
>> > > Date: Friday 25 September 2009
>> > > From: "ChrisB" <chris@...>
>> > > To: User Support for FreeNX Server and kNX Client
>> <freenx-knx@...>
>> > >
>> > > Dion Moult <dion@...> wrote on 25/09/2009 18:09:17:
>> > >
>> > >
>> > > SNIP
>> > >
>> > > > sshd[13479]: Connection from 127.0.0.1 port 40791
>> > > > sshd[13479]: Found matching DSA key: blahblahblahblah
>> > > > sshd[13479]: Accepted publickey for nx from 127.0.0.1 port 40791
>>
>> ssh2
>>
>> > > > sshd[13479]: pam_unix(sshd:session): session opened for user nx by
>> > >
>> > > (uid=0)
>> > >
>> > > > sshd[13479]: User child is on pid 13481
>> > > > nxserver[13611]: (nx) Failed login for user=dion from IP=127.0.0.1
>> > >
>> > > Yup
>> > >
>> > > > I have checked that the public key is in /home/dion/.
>> > > > ssh/authorized_keys. If I
>> > > > do ssh -p 443 localhost on the computer with the account dion it
>>
>> asks
>>
>> > > for my
>> > >
>> > > > passphrase of my private keypair (not the NX one) and I can log in
>>
>> and
>>
>> > > SSH in
>> > >
>> > > You need to use password authentication for the local user after
>> > > connecting via ssh as user nx.
>> > >
>> > > Some distros disable this by default because it allows brute force
>>
>> attacks
>>
>> > > . . . .
>> > >
>> > > > remotely fine without problems. I'm not sure whether it helps but
>>
>> when I
>>
>> > > try
>> > >
>> > > > ssh -p 443 nx@localhost it asks for a Password, of which nothing I
>> > > > try can log
>> > > > it in.
>> > > >
>> > > > This is my sshd_config:
>> > > > Port 443
>> > > > Protocol 2
>> > > > SyslogFacility AUTH
>> > > > PermitRootLogin no
>> > > > RSAAuthentication yes
>> > > > PubkeyAuthentication yes
>> > > > PasswordAuthentication no
>> > >
>> > > Here
>> > >
>> > > Just change to PasswordAuthentication  yes
>> > >
>> > > > PermitEmptyPasswords no
>> > > > UsePAM yes
>> > > > Compression yes
>> > > > KeepAlive yes
>> > > > ClientAliveInterval 30
>> > > > ClientAliveCountMax 4
>> > > > AuthorizedKeysFile      .ssh/authorized_keys
>> > > > LogLevel VERBOSE
>> > > >
>> > > > (Note: I run SSH on port 443 on purpose, not by accident)
>> > > >
>> > > > Summary: When trying to connect using username and password for the
>> > >
>> > > account
>> > >
>> > > > "dion" which exists on the box running freenx it says
>> Authentication
>> > >
>> > > failed
>> > >
>> > > > for user dion.
>> > > >
>> > > > Any ideas? Much appreciated.
>> > >
>> > >
> ________________________________________________________________
>> > >
>> > > >      Were you helped on this list with your FreeNX problem?
>> > > >     Then please write up the solution in the FreeNX Wiki/FAQ:
>>
>> http://openfacts2.berlios.de/wikien/index.php/BerliosProject:FreeNX_-_FAQ
>>
>> > > >          Don't forget to check the NX Knowledge Base:
>> > > >                  http://www.nomachine.com/kb/
>> > > >
>> > > >
> ________________________________________________________________
>> > > >        FreeNX-kNX mailing list --- FreeNX-kNX@...
>> > > >       https://mail.kde.org/mailman/listinfo/freenx-knx
>> > > >
> ________________________________________________________________
>> > >
>> > > -------------------------------------------------------
>>
>> ________________________________________________________________
>>
>> >      Were you helped on this list with your FreeNX problem?
>> >     Then please write up the solution in the FreeNX Wiki/FAQ:
>>
>> http://openfacts2.berlios.de/wikien/index.php/BerliosProject:FreeNX_-_FAQ
>>
>> >          Don't forget to check the NX Knowledge Base:
>> >                  http://www.nomachine.com/kb/
>> >
>> > ________________________________________________________________
>> >        FreeNX-kNX mailing list --- FreeNX-kNX@...
>> >       https://mail.kde.org/mailman/listinfo/freenx-knx
>> > ________________________________________________________________
>>
> --
> Dion Moult :-)
>
>
> ________________________________________________________________
>      Were you helped on this list with your FreeNX problem?
>     Then please write up the solution in the FreeNX Wiki/FAQ:
>
> http://openfacts2.berlios.de/wikien/index.php/BerliosProject:FreeNX_-_FAQ
>
>          Don't forget to check the NX Knowledge Base:
>                  http://www.nomachine.com/kb/
>
> ________________________________________________________________
>        FreeNX-kNX mailing list --- FreeNX-kNX@...
>       https://mail.kde.org/mailman/listinfo/freenx-knx
> ________________________________________________________________
>

--
View this message in context: http://www.nabble.com/Re%3A-Fwd%3A-Re%3A--NXClient-fails-to-connect-with-authentication-failed%09for-user.-tp25621598p25626974.html
Sent from the freenx-knx mailing list archive at Nabble.com.



________________________________________________________________
    Were you helped on this list with your FreeNX problem?
   Then please write up the solution in the FreeNX Wiki/FAQ:
 http://openfacts.berlios.de/index-en.phtml?title=FreeNX_FAQ
________________________________________________________________
      FreeNX-kNX mailing list --- FreeNX-kNX@...
     https://mail.kde.org/mailman/listinfo/freenx-knx
________________________________________________________________


________________________________________________________________
     Were you helped on this list with your FreeNX problem?
    Then please write up the solution in the FreeNX Wiki/FAQ:

http://openfacts2.berlios.de/wikien/index.php/BerliosProject:FreeNX_-_FAQ
 
         Don't forget to check the NX Knowledge Base:
                 http://www.nomachine.com/kb/ 

________________________________________________________________
       FreeNX-kNX mailing list --- FreeNX-kNX@...
      https://mail.kde.org/mailman/listinfo/freenx-knx
________________________________________________________________