前两天买了款ATL-3 1G内存的VPS,按照在其它的VPS安装xwindow过程经验,完成后下载KEY用NX连接,出现Authentication failed 错误,
搜索google --useradd root --passwd root 解决 ,现在可以成功认证,到Downloading the session information下一步出错Connection error ,代码如下,- NX> 148 Server capacity: not reached for user: root
- NX> 105 startsession --link="adsl" --backingstore="1" --encryption="1" --cache="128M" --images="256M" --shmem="1" --shpix="1" --strict="0" --composite="1" --media="0" --session="ATL-3" --type="unix-gnome" --geometry="800x600" --client="winnt" --keyboard="pc102/us" --screeninfo="800x600x32+render"
- /usr/bin/nxserver: line 933: ssh: command not found
- NX> 280 Exiting on signal: 15
复制代码 nxserver: line 933 行代码:- echo "$@" | $COMMAND_SSH -l "$USER" "$NODE_HOSTNAME" -p $SSHD_PORT -x -2 -i $NX_ETC_DIR/users.id_dsa -o 'PubkeyAuthentication yes' -o 'RSAAuthentication yes' -o 'RhostsAuthentication no' -o 'PasswordAuthentication no' -o 'RhostsRSAAuthentication no' -o 'StrictHostKeyChecking no' $PATH_BIN/nxnode "$CMD" | log_tee
复制代码 搜索无答案,有没有大虾米知道这个如何解决? |