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

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

2015-11-15 Thread Neil Bothwick
On Sat, 14 Nov 2015 16:27:27 -0700, the...@sys-concept.com wrote: > >> > Testing your nxserver connection ... > >> Permission denied (publickey,password,keyboard-interactive). > >> Fatal error: Could not connect to NX Server. > > > > That doesn't look like the error you get from an

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

2015-11-14 Thread Mick
On Saturday 14 Nov 2015 06:49:22 the...@sys-concept.com wrote: > Thelma > > On 11/13/2015 11:08 PM, the...@sys-concept.com wrote: > > I'm running: nxserver-freenx-0.7.3_p104-r7 > > After recent upgrade, system installed new stable openssh-7.1_p1-r2 > > > > The problem is the new

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

2015-11-14 Thread thelma
On 11/14/2015 04:11 AM, Mick wrote: [snip] > > Since openssh-7.0 DSS keys are disabled and about time too! > > == > if has_version "<${CATEGORY}/${PN}-7.1_p1" ; then #557388 > elog "Starting with openssh-7.0, support for ssh-dss

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

2015-11-14 Thread Neil Bothwick
On Sat, 14 Nov 2015 08:54:38 -0700, the...@sys-concept.com wrote: > The only software that uses ssh-dss key and I need is nxserver. > > I just added a line to my: sshd_config > PubkeyAcceptedKeyTypes=+ssh-dss You should add this to a Host section, so it only enables the wek encryption for that

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

2015-11-14 Thread thelma
On 11/14/2015 02:22 PM, Neil Bothwick wrote: > On Sat, 14 Nov 2015 08:54:38 -0700, the...@sys-concept.com wrote: > >> The only software that uses ssh-dss key and I need is nxserver. >> >> I just added a line to my: sshd_config >> PubkeyAcceptedKeyTypes=+ssh-dss > > You should add this to a Host

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

2015-11-13 Thread thelma
Thelma On 11/13/2015 11:08 PM, the...@sys-concept.com wrote: > I'm running: nxserver-freenx-0.7.3_p104-r7 > After recent upgrade, system installed new stable openssh-7.1_p1-r2 > > The problem is the new openssh-7.1_p1-r2 will not allow my my "nxserver" to > connect, I get an error: >

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

2015-11-13 Thread thelma
I'm running: nxserver-freenx-0.7.3_p104-r7 After recent upgrade, system installed new stable openssh-7.1_p1-r2 The problem is the new openssh-7.1_p1-r2 will not allow my my "nxserver" to connect, I get an error: Permission denied (publickey,keyboard-interactive) see below: nxsetup --test ...