If you want to send us your comments, please do so. Thanks
More on comments
The aim is to use ssh
Some remarks
This is the computer that controls the server
Alternative: pyhoca-cli is a command line X2Go client
Installing x2goclient:
This is the computer being accessed
If you need to collaborate in the same session choose “Connect to local desktop”
If you need a new session choose the desktop. We choose “XFCE”
Disconnect: Click on the power off icon
Can also be started from the commandline. See man x2goclient
The server side is not logged in
Make sure load-module module-native-protocol-tcp auth-cookie=“.pulse-cookie” is in /etc/pulse/default.pa
See also New feature brainstorming (2016)
X2Go can leave a lot of close icons in the tray
Solution: T.b.d.
The X2Go Client is looking for the sftp server binary as part of the folder sharing/printing support. We did not install the sftp-server so this is what we get.
When you get , in text,
Unable to find the sftp-server binary. Neither bundled, nor found in $PATH nor additional directories. If you are using a Linux-based operating system, please ask your system administrator to install the package containing the sftp-server binary. Common names are openssh, openssh-server or openssh- sftp-server depending upon distribution. If the sftp-server binary is installed on your system, please report a bug mentioning its path on: https://wiki.x2go.org/doku.php/wiki:bugs
The solution is:
Check the client view under “user@IPaddress”. If it is set to “Internet Browser” you can get this error message
Apache Guacamole Client-less
Uses ssh
Only a HTML5 web browser is needed
In the Debian 10 Buster repository
Uses ssh
Not in the Debian 10 Buster repository
Remmina can use ssh
Not in the Debian 10 Buster repository
Work in progress
Install
vnc4server
on the computer which has to be managed remotely.
Install
gtkvncviewer
on the computer you use to access the remote computer.
See:
to get an idea on how to get it working.
vnc4server -geometry 1024×768 -depth 24
vncpasswd
vncviewer
vncserver
Xvnc
sudo iptables -L
sudo iptables -A INPUT -m state --state NEW -m tcp -p tcp -m multiport --dports 5901:5903,6001:6003 -j ACCEPT
sudo iptables-save
start vnc server
debian configure vnc servers
/etc/vnc.conf
~/.vnc/xstartup
#!/bin/sh # ~/.vnc/xstartup # # Uncomment the following two lines for normal desktop: unset SESSION_MANAGER # exec /etc/X11/xinit/xinitrc [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey vncconfig -iconic & x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & x-window-manager & xfce4-session &
Uses ssh
Detachable
In the Debian 10 Buster repository
See Linux fu applications on the web about Apache Guacamole and Xpra
Main subjects on this wiki: Linux, Debian, HTML, Microcontrollers, Privacy
RSS
Disclaimer
Privacy statement
Bugs statement
Cookies
Copyright © : 2014 - 2022 Webevaluation.nl and the authors
Changes reserved.