FreeNX: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 2: | Zeile 2: | ||
--------- | --------- | ||
Server | ==Server== | ||
*install packages NX, FreeNX | *install packages NX, FreeNX | ||
*setup and start FreeNX (first time) | *setup and start FreeNX (first time) | ||
nxsetup --install --setup-nomachine-key | nxsetup --install --setup-nomachine-key | ||
--setup-nomachine-key Allow login with the key shipped with the NoMachine client. | |||
This can be a security risk. So it is not '''recommended'''. | This can be a security risk. So it is not '''recommended'''. | ||
Use this option on your own risk. | Use this option on your own risk. | ||
Zeile 14: | Zeile 14: | ||
nxserver --start | nxserver --start | ||
Client | ==Client== | ||
*install packages NX, FreeNX, knx | *install packages NX, FreeNX, knx | ||
*start knx | *start knx | ||
Zeile 22: | Zeile 22: | ||
Sessiontype: UNIX/KDE | Sessiontype: UNIX/KDE | ||
==Sonstiges== | |||
Wichtig: | Wichtig: | ||
Nach Installation des des Servers die | Nach Installation des des Servers die | ||
/etc/nxserver/node.conf | |||
/etc/nxserver/node.conf | |||
anpassen. | anpassen. |
Version vom 12. Februar 2006, 04:27 Uhr
NX HOWTO
Server
- install packages NX, FreeNX
- setup and start FreeNX (first time)
nxsetup --install --setup-nomachine-key
--setup-nomachine-key Allow login with the key shipped with the NoMachine client.
This can be a security risk. So it is not recommended. Use this option on your own risk.
- start FreeNX (otherwise)
nxserver --start
Client
- install packages NX, FreeNX, knx
- start knx
Login/Password: as usual Connection name: <whatever_you_want> Host: Server hostname Sessiontype: UNIX/KDE
Sonstiges
Wichtig: Nach Installation des des Servers die
/etc/nxserver/node.conf
anpassen.
# The port number where local 'sshd' is listening. SSHD_PORT=22 # Authentication directives # This adds the passdb to the possible authentication methods ENABLE_PASSDB_AUTHENTICATION="1" # Refuse the NX client connection if SSHD does not export the # SSH_CONNECTION and SSH_CLIENT variables in the environment # passed to the NX server. # 1: Will check the remote IP and will not accept the # connection if it can't be determined. # 0: Will accept the connection even if the remote IP # is not provided. SSHD_CHECK_IP="0"
Also dreimal das # entfernen !!!
Dann sollte es funzen (jedenfalls bei mir war das so). von http://lists.suse.com/archive/suse-linux/2005-Aug/0375.html