FreeNX ne veut plus marcher

FreeNX ne veut plus marcher - Logiciels - Linux et OS Alternatifs

Marsh Posté le 25-08-2006 à 11:07:40    

Bonjour,
 
Je dispose d'un serveur dédié , et je prennais souvent la main dessus via FreeNX.
Pour accroitre la sécurité sur mon serveur , j'ai modifié le sshd_config afin de ne plus autoriser Root à se connecter en SSH , et j'ai mis un allowUsers au compte que j'utilisais pour freeNX.
J'avais changé le port aussi.
 
Probleme maintenant , quand je me connecte avec mon client FreeNX (Windows) je me mange un authentifacation Failled , alors que j'y arrive très bien avec Putty.
 
Voici mon fichier sshd_config
 

Citation :


# Package generated configuration file
# See the sshd(8) manpage for details
 
# What ports, IPs and protocols we listen for
Port 22
# Use these options to restrict which interfaces/protocols sshd will bind to
#ListenAddress ::
#ListenAddress 0.0.0.0
Protocol 2
# HostKeys for protocol version 2
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key
#Privilege Separation is turned on for security
UsePrivilegeSeparation yes
 
# Lifetime and size of ephemeral version 1 server key
KeyRegenerationInterval 3600
ServerKeyBits 768
 
# Logging
SyslogFacility AUTH
LogLevel INFO
 
# Authentication:
LoginGraceTime 120
PermitRootLogin yes
StrictModes yes
AllowUsers freenxtest
 
 
RSAAuthentication yes
PubkeyAuthentication yes
#AuthorizedKeysFile     %h/.ssh/authorized_keys
 
# Don't read the user's ~/.rhosts and ~/.shosts files
IgnoreRhosts yes
# For this to work you will also need host keys in /etc/ssh_known_hosts
RhostsRSAAuthentication no
# similar for protocol version 2
HostbasedAuthentication no
# Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication
#IgnoreUserKnownHosts yes
 
# To enable empty passwords, change to yes (NOT RECOMMENDED)
PermitEmptyPasswords no
 
# Change to yes to enable challenge-response passwords (beware issues with
# some PAM modules and threads)
ChallengeResponseAuthentication no
 
# Change to no to disable tunnelled clear text passwords
#PasswordAuthentication yes
 
# To change Kerberos options
#KerberosAuthentication no
#KerberosOrLocalPasswd yes
#AFSTokenPassing no
#KerberosTicketCleanup no
 
# Kerberos TGT Passing does only work with the AFS kaserver
#KerberosTgtPassing yes
 
X11Forwarding yes
X11DisplayOffset 10
PrintMotd no
PrintLastLog yes
KeepAlive yes
#UseLogin no
 
#MaxStartups 10:30:60
#Banner /etc/issue.net
 
# Allow client to pass locale environment variables
AcceptEnv LANG LC_*
 
Subsystem sftp /usr/lib/openssh/sftp-server
 
UsePAM yes


 
Alors y'a pas un probleme de Keys ou quelque chose de ce genre ?
J'ai tenté de restart et reload SSH.

Reply

Marsh Posté le 25-08-2006 à 11:07:40   

Reply

Marsh Posté le 25-08-2006 à 11:10:48    

De plus , je n'arrive pas à me connecter en root alors que je l'ai autorisé sur sshd_config....
 
Quesqui va pas ? :p

Reply

Marsh Posté le 25-08-2006 à 11:21:50    

essaye de generer une nouvelle paire de clefs pour ton user FreeNX et inscrit
la dans le serveur. :??:

Reply

Marsh Posté le 25-08-2006 à 11:22:31    

Comment faire ?

Reply

Marsh Posté le 25-08-2006 à 11:24:25    

désolé,
sous windows je ne sais pas comment on genere une paire de clefs RSA.
 
edit : peut etre une fonction dans FreeNX :??:


Message édité par memaster le 25-08-2006 à 11:25:01
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed