rostma@tsu:~$ cat /etc/debian_version stretch/sid
rostma@tsu:~$ cat /etc/os-release NAME="Ubuntu" VERSION="16.04.5 LTS (Xenial Xerus)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 16.04.5 LTS" VERSION_ID="16.04" HOME_URL="http://www.ubuntu.com/" SUPPORT_URL="http://help.ubuntu.com/" BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/" VERSION_CODENAME=xenial UBUNTU_CODENAME=xenial
rostma@tsu:~$ dpkg -l | grep fuse ii exfat-fuse 1.2.3-1 amd64 read and write exFAT driver for FUSE ii fuse 2.9.4-1ubuntu3.1 amd64 Filesystem in Userspace ii gvfs-fuse 1.28.2-1ubuntu1~16.04.2 amd64 userspace virtual filesystem - fuse server ii ifuse 1.1.2-0.1build3 amd64 FUSE module for iPhone and iPod Touch devices ii libfuse2:amd64 2.9.4-1ubuntu3.1 amd64 Filesystem in Userspace (library)
rostma@tsu:~$ dpkg -l | grep x2go ii cups-x2go 3.0.1.4-0~145~ubuntu16.04.1 all Virtual X2Go printer for CUPS ii libx2go-log-perl 4.1.0.3-0~1708~ubuntu16.04.1 all Perl X2Go::Log package ii libx2go-server-db-perl 4.1.0.3-0~1708~ubuntu16.04.1 amd64 Perl X2Go::Server:DB package ii libx2go-server-perl 4.1.0.3-0~1708~ubuntu16.04.1 all Perl X2Go::Server package ii python-x2go 0.6.0.2-0~1429~ubuntu16.04.1 all Python module providing X2Go client API (Python 2) ii x2goclient 4.1.2.1-0~1788~ubuntu16.04.1 amd64 X2Go Client application (Qt4) ii x2godesktopsharing 3.2.0.0-0~283~ubuntu16.04.1 amd64 Share X11 desktops with other users via X2Go ii x2goserver 4.1.0.3-0~1708~ubuntu16.04.1 amd64 X2Go server ii x2goserver-common 4.1.0.3-0~1708~ubuntu16.04.1 amd64 X2Go Server (common files) ii x2goserver-desktopsharing 4.1.0.3-0~1708~ubuntu16.04.1 amd64 Share X11 desktops with other users via X2Go ii x2goserver-extensions 4.1.0.3-0~1708~ubuntu16.04.1 all X2Go Server (extension support) ii x2goserver-fmbindings 4.1.0.3-0~1708~ubuntu16.04.1 all X2Go Server (file manager bindings) ii x2goserver-printing 4.1.0.3-0~1708~ubuntu16.04.1 all X2Go server (printing support) ii x2goserver-x2goagent 4.1.0.3-0~1708~ubuntu16.04.1 amd64 X2Go Server's X2Go Agent ii x2goserver-xsession 4.1.0.3-0~1708~ubuntu16.04.1 all X2Go Server (Xsession runner)
rostma@tsu:~$ dpkg -l | grep nx ii inxi 2.2.35-0ubuntu1 all full featured system information script ii libnx-x11-6:amd64 2:3.5.99.17-0~201811270304~ubuntu16.04.1 amd64 nxagent's libNX_X11 client-part library ii nx-x11-common 2:3.5.99.17-0~201811270304~ubuntu16.04.1 all nx-X11 (common files) ii nxagent 2:3.5.99.17-0~201811270304~ubuntu16.04.1 amd64 Nested Xserver (aka NX Agent) supporting the NX compression protocol ii nxproxy 2:3.5.99.17-0~201811270304~ubuntu16.04.1 amd64 NX proxy
rostma@tsu:~$ dpkg -l | grep sshfs ii sshfs 2.5-1ubuntu1 amd64 filesystem client based on SSH File Transfer Protocol
sshfs root@10.3.10.117:/home x2gotempmount read: Connection reset by peer
ls -lah x2gotempmount итого 8,0K drwxrwxr-x 2 rostma rostma 4,0K січ 19 09:43 ^[[0m^[[01;34m.^[[0m drwxr-xr-x 34 rostma rostma 4,0K січ 19 09:43 ^[[01;34m..^[[0m
fusermount -u x2gotempmount fusermount: entry for /home/rostma/x2gotempmount not found in /etc/mtab
-- С Уважением Строганов Роман
Am 19.01.19 um 08:57 schrieb Stroganov Roman:
sshfs root@10.3.10.117:/home x2gotempmount read: Connection reset by peer
Well, there's your problem: For some reason, you can't establish direct sshfs mounts to the thinclient. If *you* can't do it on the command line, neither can X2GoClient, that's why the mounts don't show up in the session.
Please make sure that in your "sessions" configuration file, the parameter "fstunnel=true" is set. Reboot the thinclient and start a new connection. Then plug in the flash disk and see if it shows up.
If it still doesn't show up, the next step to test things out would be a bit more complicated.
First, you would have to boot the thinclient without the "nouser" and "noroot" parameters, then switch to the console window (Ctrl+Alt+F1).
Login as user "user" with password "live".
Use "sudo -i" to become root.
As root, run:
sed -i -e 's/PasswordAuthentication no/PasswordAuthentication yes/' /etc/ssh/sshd_config # this goes on one line
service ssh restart
ssh -R22222:127.0.0.1:22 useraccount.here@yourserver.ip.goes.here
After entering the password for "useraccount.here", you should see your shell prompt on the server.
There, run
mkdir -p x2gotempmount sshfs -p 22222 user@127.0.0.1:/home x2gotempmount #(password is "live") ls -lah x2gotempmount fusermount -u x2gotempmount rmdir x2gotempmount
If this still doesn't get you more output than
ls -lah x2gotempmount итого 8,0K drwxrwxr-x 2 rostma rostma 4,0K січ 19 09:43 ^[[0m^[[01;34m.^[[0m drwxr-xr-x 34 rostma rostma 4,0K січ 19 09:43 ^[[01;34m..^[[0m
fusermount -u x2gotempmount fusermount: entry for /home/rostma/x2gotempmount not found in /etc/mtab
then, while still logged in, please run
ssh -vvv -p 22222 user@127.0.0.1 (again, password "live")
and post the debug output.
Kind Regards, Stefan Baur
-- BAUR-ITCS UG (haftungsbeschränkt) Geschäftsführer: Stefan Baur Eichenäckerweg 10, 89081 Ulm | Registergericht Ulm, HRB 724364 Fon/Fax 0731 40 34 66-36/-35 | USt-IdNr.: DE268653243