[FreeNX-kNX] Fedora Core 6 Freenx problems

Thomas OZENNE thomas.ozenne at gmail.com
Mon Apr 30 00:20:51 UTC 2007


thanks for moving rpm to core

here is my current problem with freenx

NX> 203 NXSSH running with pid: 14631
NX> 285 Enabling check on switch command
NX> 285 Enabling skip of SSH config files
NX> 285 Setting the preferred NX options
NX> 200 Connected to address: 88.191.45.115 on port: 22
NX> 202 Authenticating user: nx
HELLO NXSERVER - Version 1.5.0-60 OS (GPL)
NX> 105 hello NXCLIENT - Version 1.5.0
NX> 134 Accepted protocol: 1.5.0
NX> 105 SET SHELL_MODE SHELL
NX> 105 SET AUTH_MODE PASSWORD
NX> 105 login
NX> 101 User: vecna
NX> 102 Password:
NX> 103 Welcome to: www user: vecna
NX> 105 listsession --user="vecna" --status="suspended,running"
--geometry="3360x1050x24+render" --type="unix-gnome"
NX> 127 Sessions list of user 'vecna' for reconnect:

Display Type             Session ID                       Options
Depth Screen         Status      Session Name
------- ---------------- -------------------------------- --------
----- -------------- ----------- ------------------------------


NX> 148 Server capacity: not reached for user: vecna
NX> 105 startsession  --link="adsl" --backingstore="1" --nodelay="1"
--cache="8M" --images="32M" --media="0" --session="vecnix"
--type="unix-gnome" --geometry="1024x768+1168+116" --kbtype="pc105/fr"
--screeninfo="1024x768x24+render"

ssh_askpass: exec(/usr/libexec/openssh/ssh-askpass): No such file or directory
Permission denied (publickey,gssapi-with-mic,password).
Killed by signal 15.


if someone has an idea?

to have it work so far , I had to allow blank password and set
authorized_key2 as RSA key for sshd , I don't know what else I might
be missing this is a remote box with no access else than ssh , so I
had to yum groupinstall 'gnome-desktop' and I did upgrade from fc5 to
fc6 , what else could be needed ? since root access work I really
don't know where to look


2007/4/29, Axel Thimm <Axel.Thimm at atrpms.net>:
> On Sun, Apr 29, 2007 at 03:13:55PM +0200, Thomas OZENNE wrote:
> > Hi , I have read the previous post but I have been reinstalling my box
> >
> > now I do yum install freenx nx --enable=atrpms
>
> Did you also update nx from ATrpms?
>
> I'm uploading these packages to Fedora Core, so you wont have to go
> extra to ATrpms, but for now you'd need the nx and freenx packages
> from there.
>
> > from there, I have no nxserver bin in /usr/bin but in /usr/libexec/nx
> >
> > I tried to add a user , and a password
> >
> > but when I try to log in
> >
> > NX> 203 NXSSH running with pid: 14324
> > NX> 285 Enabling check on switch command
> > NX> 285 Enabling skip of SSH config files
> > NX> 285 Setting the preferred NX options
> > NX> 200 Connected to address: 88.191.45.115 on port: 22
> > NX> 202 Authenticating user: nx
> > NX> 208 Using auth method: publickey
> > NX> 204 Authentication failed.
> >
> >
> > here is the sshd config
> >
> >
> > #       $OpenBSD: sshd_config,v 1.73 2005/12/06 22:38:28 reyk Exp $
> >
> > # This is the sshd server system-wide configuration file.  See
> > # sshd_config(5) for more information.
> >
> > # This sshd was compiled with PATH=/usr/local/bin:/bin:/usr/bin
> >
> > # The strategy used for options in the default sshd_config shipped with
> > # OpenSSH is to specify options with their default value where
> > # possible, but leave them commented.  Uncommented options change a
> > # default value.
> >
> > #Port 22
> > #Protocol 2,1
> > Protocol 2
> > #AddressFamily any
> > #ListenAddress 0.0.0.0
> > #ListenAddress ::
> >
> > # HostKey for protocol version 1
> > #HostKey /etc/ssh/ssh_host_key
> > # HostKeys for protocol version 2
> > #HostKey /etc/ssh/ssh_host_rsa_key
> > #HostKey /etc/ssh/ssh_host_dsa_key
> >
> > # Lifetime and size of ephemeral version 1 server key
> > #KeyRegenerationInterval 1h
> > #ServerKeyBits 768
> >
> > # Logging
> > # obsoletes QuietMode and FascistLogging
> > #SyslogFacility AUTH
> > SyslogFacility DAEMON
> > #LogLevel INFO
> >
> > # Authentication:
> >
> > #LoginGraceTime 2m
> > PermitRootLogin yes
> > #StrictModes yes
> > #MaxAuthTries 6
> >
> > #RSAAuthentication yes
> > PubkeyAuthentication yes
> > AuthorizedKeysFile .ssh/authorized_keys
> >
> > # For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
> > #RhostsRSAAuthentication no
> > # similar for protocol version 2
> > #HostbasedAuthentication no
> > # Change to yes if you don't trust ~/.ssh/known_hosts for
> > # RhostsRSAAuthentication and HostbasedAuthentication
> > #IgnoreUserKnownHosts no
> > # Don't read the user's ~/.rhosts and ~/.shosts files
> > #IgnoreRhosts yes
> >
> > # To disable tunneled clear text passwords, change to no here!
> > #PasswordAuthentication yes
> > #PermitEmptyPasswords no
> > PasswordAuthentication yes
> >
> > # Change to no to disable s/key passwords
> > #ChallengeResponseAuthentication yes
> > ChallengeResponseAuthentication no
> >
> > # Kerberos options
> > #KerberosAuthentication no
> > #KerberosOrLocalPasswd yes
> > #KerberosTicketCleanup yes
> > #KerberosGetAFSToken no
> >
> > # GSSAPI options
> > #GSSAPIAuthentication no
> > GSSAPIAuthentication yes
> > #GSSAPICleanupCredentials yes
> > GSSAPICleanupCredentials yes
> >
> > # Set this to 'yes' to enable PAM authentication, account processing,
> > # and session processing. If this is enabled, PAM authentication will
> > # be allowed through the ChallengeResponseAuthentication mechanism.
> > # Depending on your PAM configuration, this may bypass the setting of
> > # PasswordAuthentication, PermitEmptyPasswords, and
> > # "PermitRootLogin without-password". If you just want the PAM account and
> > # session checks to run without PAM authentication, then enable this but set
> > # ChallengeResponseAuthentication=no
> > #UsePAM no
> > UsePAM yes
> >
> > # Accept locale-related environment variables
> > AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
> > AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
> > AcceptEnv LC_IDENTIFICATION LC_ALL
> > #AllowTcpForwarding yes
> > #GatewayPorts no
> > #X11Forwarding no
> > X11Forwarding yes
> > #X11DisplayOffset 10
> > #X11UseLocalhost yes
> > #PrintMotd yes
> > #PrintLastLog yes
> > #TCPKeepAlive yes
> > #UseLogin no
> > #UsePrivilegeSeparation yes
> > #PermitUserEnvironment no
> > #Compression delayed
> > #ClientAliveInterval 0
> > #ClientAliveCountMax 3
> > #ShowPatchLevel no
> > #UseDNS yes
> > #PidFile /var/run/sshd.pid
> > #MaxStartups 10
> > #PermitTunnel no
> >
> > # no default banner path
> > #Banner /some/path
> >
> > # override default of no subsystems
> > Subsystem       sftp    /usr/libexec/openssh/sftp-server
> > IgnoreRhosts yes
> > IgnoreUserKnownHosts no
> > PrintMotd yes
> > StrictModes no
> > RSAAuthentication yes
> > PermitEmptyPasswords no
> > UsePrivilegeSeparation yes
> >
> > and the passwd nx user line
> > nx:x:100:100::/var/lib/nxserver/home:/usr/libeexc/nx/nxserver
> >
> >
> > can you help?
> > ________________________________________________________________
> >      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
> >          Don't forget to check the NX Knowledge Base:
> >                  http://www.nomachine.com/kb/
> >
> > ________________________________________________________________
> >        FreeNX-kNX mailing list --- FreeNX-kNX at kde.org
> >       https://mail.kde.org/mailman/listinfo/freenx-knx
> > ________________________________________________________________
>
> --
> Axel.Thimm at ATrpms.net
>
> ________________________________________________________________
>      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
>          Don't forget to check the NX Knowledge Base:
>                  http://www.nomachine.com/kb/
>
> ________________________________________________________________
>        FreeNX-kNX mailing list --- FreeNX-kNX at kde.org
>       https://mail.kde.org/mailman/listinfo/freenx-knx
> ________________________________________________________________
>
>



More information about the FreeNX-kNX mailing list