X2Go: Unterschied zwischen den Versionen

Aus Info-Theke
Zur Navigation springen Zur Suche springen
Zeile 24: Zeile 24:
apt-get install x2goserver x2goclient x2godesktopsharing
apt-get install x2goserver x2goclient x2godesktopsharing


perl -pi -e 's!^(HostKey /etc/ssh/ssh_host_ecdsa_key)!#\1!;' /etc/ssh/sshd_config
</pre>
</pre>


== Client ==
== Client ==

Version vom 1. März 2014, 22:18 Uhr

Server

Installation

apt-key adv --recv-keys --keyserver keys.gnupg.net E1F958385BFE2B6E

FN=/etc/apt/sources.list.d/x2go.list
cat <<EOS >$FN
# X2Go Repository (release builds)
deb http://packages.x2go.org/debian wheezy main
# X2Go Repository (sources of release builds)
deb-src http://packages.x2go.org/debian wheezy main

# X2Go Repository (nightly builds)
#deb http://packages.x2go.org/debian wheezy heuler
# X2Go Repository (sources of nightly builds)
#deb-src http://packages.x2go.org/debian wheezy heuler
EOS
apt-get update

apt-get install x2go-keyring && apt-get update

apt-get install x2goserver x2goclient x2godesktopsharing

perl -pi -e 's!^(HostKey /etc/ssh/ssh_host_ecdsa_key)!#\1!;' /etc/ssh/sshd_config

Client