Re: [gentoo-user] openssh-7.1_p1-r2 won't allow "nxserver" to connect [continued]

2015-12-01 Thread Bill Damage
>On Monday, 30 November 2015, 8:17, Bill Damage wrote: Sorry to be a pain here but this is still broken. Any more ideas for info I can supply please?

Re: [gentoo-user] openssh-7.1_p1-r2 won't allow "nxserver" to connect [continued]

2015-11-30 Thread Bill Damage
I also read the link you sent which prompted me to run the query: ~]# ssh -G nx user root hostname nx port 22 addressfamily any batchmode no canonicalizefallbacklocal yes canonicalizehostname false challengeresponseauthentication yes checkhostip yes compression no controlmaster false

Re: [gentoo-user] openssh-7.1_p1-r2 won't allow "nxserver" to connect [continued]

2015-11-29 Thread Bill Damage
I meant the log for the SSH server, on the machine you are trying to connect to, not the nx log. On the SSH server, run grep sshd /var/log/messages Here it is: Nov 29 11:07:18 tiger kernel: audit: type=1109 audit(1448795238.479:95): pid=12140 uid=0 auid=4294967295 ses=4294967295

Re: [gentoo-user] openssh-7.1_p1-r2 won't allow "nxserver" to connect [continued]

2015-11-28 Thread Neil Bothwick
On Sat, 28 Nov 2015 10:24:32 + (UTC), Bill Damage wrote: > The log I see says its not using the password but the key. I have > regenerated the key but it didn't help. This setup has been fine for > years. Could there be key *types* which became invalid, or now need > special configuration,

Re: [gentoo-user] openssh-7.1_p1-r2 won't allow "nxserver" to connect [continued]

2015-11-28 Thread Bill Damage
The log I see says its not using the password but the key. I have regenerated the key but it didn't help. This setup has been fine for years. Could there be key *types* which became invalid, or now need special configuration, which was caused by the OpenSSL update? NX> 203 NXSSH running with

Re: [gentoo-user] openssh-7.1_p1-r2 won't allow "nxserver" to connect [continued]

2015-11-28 Thread Bill Damage
Thanks for your hep and patience! I want to report the full log. I see the log file at /var/log/nx/nxserver.log is always 0 bytes. To try to enable it I changed the entry in /etc/nxserver/node.conf NX_LOG_LEVEL=0 to NX_LOG_LEVEL=6 but it still creates the 0 length log file. On Saturday, 28

Re: [gentoo-user] openssh-7.1_p1-r2 won't allow "nxserver" to connect [continued]

2015-11-28 Thread Neil Bothwick
On Sat, 28 Nov 2015 20:31:43 + (UTC), Bill Damage wrote: Please don't top post. > Thanks for your hep and patience! > I want to report the full log. > I see the log file at /var/log/nx/nxserver.log is always 0 bytes. > To try to enable it I changed the entry in /etc/nxserver/node.conf >

Re: [gentoo-user] openssh-7.1_p1-r2 won't allow "nxserver" to connect [continued]

2015-11-27 Thread Bill Damage
Thanks. I want root to be able to SSH in, so I commented out the "without-password" one, but it made no difference. On Thursday, 26 November 2015, 23:59, Neil Bothwick wrote: On Thu, 26 Nov 2015 21:39:57 + (UTC), Bill Damage wrote: > PermitRootLogin yes [snip] >

Re: [gentoo-user] openssh-7.1_p1-r2 won't allow "nxserver" to connect [continued]

2015-11-27 Thread Peter Humphrey
On Thursday 26 November 2015 21:39:57 Bill Damage wrote: > Is this better? Damn Yahoo webmail... Yes, it's fine. -- Rgds Peter

Re: [gentoo-user] openssh-7.1_p1-r2 won't allow "nxserver" to connect [continued]

2015-11-26 Thread Bill Damage
Is this better? Damn Yahoo webmail... My /var/log/nx/nxserver.log remains at 0 bytes even though in node.conf I set NX_LOG_LEVEL to 6 from 0. Anyway, I will dump my sshd_config for completeness: [root@example~]# cat /etc/ssh/sshd_config # $OpenBSD: sshd_config,v 1.84 2011/05/23 03:30:07

Re: [gentoo-user] openssh-7.1_p1-r2 won't allow "nxserver" to connect [continued]

2015-11-26 Thread Neil Bothwick
On Thu, 26 Nov 2015 21:39:57 + (UTC), Bill Damage wrote: > PermitRootLogin yes [snip] > PermitRootLogin without-password You have specified this option twice, with different values. Pick the one you want and remove or comment out the other. -- Neil Bothwick Top Oxymorons Number 39:

Re: [gentoo-user] openssh-7.1_p1-r2 won't allow "nxserver" to connect [continued]

2015-11-26 Thread Bill Damage
Thanks, but either way I'm still getting nowhere: NX> 203 NXSSH running with pid: 9904NX> 285 Enabling check on switch commandNX> 285 Enabling skip of SSH config filesNX> 285 Setting the preferred NX optionsNX> 200 Connected to address: 192.168.62.4 on port: 22NX> 202 Authenticating user: nxNX>

Re: [gentoo-user] openssh-7.1_p1-r2 won't allow "nxserver" to connect [continued]

2015-11-26 Thread Bill Damage
Somehow the details of my message wasn't posted: NX> 203 NXSSH running with pid: 10200NX> 285 Enabling check on switch commandNX> 285 Enabling skip of SSH config filesNX> 285 Setting the preferred NX optionsNX> 200 Connected to address: 192.168.62.4 on port: 22NX> 202 Authenticating user: nxNX>

Re: [gentoo-user] openssh-7.1_p1-r2 won't allow "nxserver" to connect [continued]

2015-11-26 Thread Neil Bothwick
On Thu, 26 Nov 2015 09:07:07 + (UTC), Bill Damage wrote: > NX> 203 NXSSH running with pid: 10200NX> 285 Enabling check on switch > NX> commandNX> 285 Enabling skip of SSH config filesNX> 285 Setting the > NX> commandNX> preferred NX optionsNX> 200 Connected to address: > NX> commandNX>

Re: [gentoo-user] openssh-7.1_p1-r2 won't allow "nxserver" to connect [continued]

2015-11-26 Thread Peter Humphrey
I would need a magnifying glass to read this. Please don't use HTML on this list. On Wednesday 25 November 2015 18:50:14 Bill Damage wrote: > I have exactly the same problem mentioned in this thread. I think > something changed and broke the authentication during an update. i found > this

Re: [gentoo-user] openssh-7.1_p1-r2 won't allow "nxserver" to connect [continued]

2015-11-26 Thread Bill Damage
On Thursday, 26 November 2015, 9:51, Peter Humphrey wrote: I would need a magnifying glass to read this. Please don't use HTML on this list. It's damn Yahoos webmail, I switched to plain text maybe it's better now? Anyway the log at /var/log/nx/nxserver.log is always

Re: [gentoo-user] openssh-7.1_p1-r2 won't allow "nxserver" to connect [continued]

2015-11-25 Thread Neil Bothwick
On Wed, 25 Nov 2015 11:58:47 -0700, the...@sys-concept.com wrote: > I had the same problem. > openssh-7.xxx (screwed up) by disabling ssh-dss key (that is what > nxserver is using). That's not what the error message you posted said. > Trying to enable the "ssh-dss" via sshd_config does not

Re: [gentoo-user] openssh-7.1_p1-r2 won't allow "nxserver" to connect [continued]

2015-11-25 Thread thelma
On 11/25/2015 12:31 PM, Neil Bothwick wrote: > On Wed, 25 Nov 2015 11:58:47 -0700, the...@sys-concept.com wrote: > >> I had the same problem. >> openssh-7.xxx (screwed up) by disabling ssh-dss key (that is what >> nxserver is using). > > That's not what the error message you posted said. > >>

[gentoo-user] openssh-7.1_p1-r2 won't allow "nxserver" to connect [continued]

2015-11-25 Thread Bill Damage
I have exactly the same problem mentioned in this thread. I think something changed and broke the authentication during an update. i found this message by Googling and just joined the mail list to ask for help. I have done everything mentioned in the thread, and here's where I'm at: (it worked

Re: [gentoo-user] openssh-7.1_p1-r2 won't allow "nxserver" to connect [continued]

2015-11-25 Thread Mick
On Wednesday 25 Nov 2015 20:04:14 Neil Bothwick wrote: > On Wed, 25 Nov 2015 12:55:43 -0700, the...@sys-concept.com wrote: > > > Which you would expect if that was not the problem. From memory, I > > > think your problem was caused by password logins as root being > > > disabled. That was another

Re: [gentoo-user] openssh-7.1_p1-r2 won't allow "nxserver" to connect [continued]

2015-11-25 Thread thelma
On 11/25/2015 01:04 PM, Neil Bothwick wrote: > On Wed, 25 Nov 2015 12:55:43 -0700, the...@sys-concept.com wrote: > >>> Which you would expect if that was not the problem. From memory, I >>> think your problem was caused by password logins as root being >>> disabled. That was another change for

Re: [gentoo-user] openssh-7.1_p1-r2 won't allow "nxserver" to connect [continued]

2015-11-25 Thread Neil Bothwick
On Wed, 25 Nov 2015 12:55:43 -0700, the...@sys-concept.com wrote: > > Which you would expect if that was not the problem. From memory, I > > think your problem was caused by password logins as root being > > disabled. That was another change for 7.0 and my only comment on that > > is "why the

Re: [gentoo-user] openssh-7.1_p1-r2 won't allow "nxserver" to connect [continued]

2015-11-25 Thread thelma
On 11/25/2015 11:50 AM, Bill Damage wrote: > I have exactly the same problem mentioned in this thread. I think something > changed and broke the authentication during an update. i found this message > by Googling and just joined the mail list to ask for help. I have done > everything mentioned