Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 576356 - <=net-misc/x2goserver-4.0.1.19-r2 wrong x2gomountdirs -> client can not connect -> black screen
Summary: <=net-misc/x2goserver-4.0.1.19-r2 wrong x2gomountdirs -> client can not conne...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-03 15:54 UTC by Honza
Modified: 2016-03-07 13:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Honza 2016-03-03 15:54:16 UTC
in /usr/bin/x2gomountdirs 
line 312
if (system("timeout 30 sshfs $code_conv -o idmap=user,uid=`id -u`,gid=`id -g`,$umaskstr,ServerAliveInterval=300,Cipher=blowfish,IdentityFile=$key,UserKnownHostsFile=$key.ident \"$user\"\@$host:\"@dirs[$i]\" \"$mntpath\" -p $port 1>>$sessiondir/sshfs-mounts.log 2>&1")==0)

with a new version of ssh, there is not allowed cipher blowfish so when you use local printing or shared dirs, you can not connect.

solution (from upstream?) is to remove Cipher=blowfish parametr.
Comment 2 Bernard Cafarelli gentoo-dev 2016-03-07 13:59:01 UTC
Done, -r3 should appear on a mirror near you soon:
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f08b25af5ac679a57a52ca5a0213deb0800db8c5