The branch, master has been updated via ab7c23b8da817bd5da8f002e2ad5eb00e23fe5ab (commit) from e7ebb4a79700e6f89e70118914afd485de4bc854 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ab7c23b8da817bd5da8f002e2ad5eb00e23fe5ab Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> Date: Tue Dec 18 14:37:53 2012 +0100 Fix SSHFS mounting from Ubuntu clients ----------------------------------------------------------------------- Summary of changes: debian/changelog | 3 +++ x2goserver/bin/x2gomountdirs | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index b128813..626101e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -34,6 +34,9 @@ x2goserver (3.2.0.0-0~x2go1) UNRELEASED; urgency=low * New upstream version (3.2.0.0): - Use new script x2gopath in Perl::API. (Fixes: #86). + [ Oleksandr Shneyder ] + * Fix SSHFS mounting from Ubuntu clients + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 03 Jul 2012 10:03:28 +0200 x2goserver (3.1.1.10-0~x2go1) UNRELEASED; urgency=low diff --git a/x2goserver/bin/x2gomountdirs b/x2goserver/bin/x2gomountdirs index b9f9431..7965f54 100755 --- a/x2goserver/bin/x2gomountdirs +++ b/x2goserver/bin/x2gomountdirs @@ -95,7 +95,7 @@ print F $dsa_key; close(F); open (F,">$key.ident"); -print F "$host $rsa_identity"; +print F "\[$host\]:$port $rsa_identity"; close(F); chmod(0600,"$key"); hooks/post-receive -- x2goserver.git (X2Go Server) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goserver.git" (X2Go Server).