rafinhasjc1
(usa Ubuntu)
Enviado em 19/12/2012 - 14:28h
saitam escreveu:
verifique o status de execução do nomachine
/usr/NX/bin/nxserver --status
já adicionou um usuário do sistema no nomachine ?
/usr/NX/bin/nxserver --useradd usersystem
poste se possível os arquivos nxserver.conf, nxnode.conf e ssh_config
então , eu já tinha verificado , quando bloqueei o acesso do root no sshd_config , o resultado do nxserver --status era not running ... ai quando liberei novamente o acesso root no sshd_conf o resultado mudou para Server is running... E sim o usuário já está adicionado no sistema do nomachine, um detalhe é que o usuario foi adicionado e a senha dele foi alterada depois , para tirar essa duvida eu o exclui e adicionei denovo no nxserver ...
segue node.cfg:
ConfigFileVersion = "2.0
CommandFuser = "/bin/fuser"
CUPSBinPath = "/usr/bin"
CUPSSbinPath = "/usr/sbin"
EnableCUPSSupport = "1"
MountShareProtocol = "both"
SSHDPort = "19022"
CommandStartGnome = "/etc/gdm/Xsession gnome-session"
CommandStartKDE = "/etc/X11/Xsession startkde"
server.cfg
ConfigFileVersion = "2.0"
SSHDPort = "19022"
EnablePasswordDB = "0"
SSHDAuthPort = "19022"
sshd.cfg
Port 19022
Protocol 2
Allowusers rafael
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key
UsePrivilegeSeparation yes
KeyRegenerationInterval 3600
ServerKeyBits 768
SyslogFacility AUTH
LogLevel INFO
LoginGraceTime 120
PermitRootLogin no
StrictModes yes
RSAAuthentication yes
PubkeyAuthentication yes
IgnoreRhosts yes
RhostsRSAAuthentication no
HostbasedAuthentication no
PermitEmptyPasswords no
ChallengeResponseAuthentication no
X11Forwarding yes
X11DisplayOffset 10
PrintMotd no
PrintLastLog yes
TCPKeepAlive yes
AcceptEnv LANG LC_*
Subsystem sftp /usr/lib/openssh/sftp-server
UsePAM yes