The branch, master has been updated via 679f5a07c67afada94887db1c009458107e00209 (commit) from e388fd69d4fd75c8e417eee4ffdc6dd2bb1169de (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 679f5a07c67afada94887db1c009458107e00209 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Mar 2 00:19:45 2013 +0100 fix sshd_config hack description in x2gobroker.conf ----------------------------------------------------------------------- Summary of changes: etc/x2gobroker.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/etc/x2gobroker.conf b/etc/x2gobroker.conf index be59bb4..6ccb3d3 100644 --- a/etc/x2gobroker.conf +++ b/etc/x2gobroker.conf @@ -116,12 +116,12 @@ # # --- /etc/ssh/sshd_config.no-x2go 2013-03-01 09:57:04.000000000 +0100 # +++ /etc/ssh/sshd_config 2013-03-01 09:56:57.000000000 +0100 -# @@ -28,7 +28,7 @@ +# @@ -28,7 +28,8 @@ # # RSAAuthentication yes # PubkeyAuthentication yes -# -AuthorizedKeysFile %h/.ssh/authorized_keys -# +AuthorizedKeysFile %h/.ssh/authorized_keys %h/.x2go/authorized_keys +# AuthorizedKeysFile %h/.ssh/authorized_keys +# +AuthorizedKeysFile2 %h/.x2go/authorized_keys # # # Don't read the user's ~/.rhosts and ~/.shosts files # IgnoreRhosts yes hooks/post-receive -- x2gobroker.git (HTTP(S) Session broker for X2Go) 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 "x2gobroker.git" (HTTP(S) Session broker for X2Go).