[X2Go-Commits] x2gobroker.git - tmp (branch) updated: 0.0.0.1-58-ga03e031

X2Go dev team git-admin at x2go.org
Tue Apr 23 21:08:49 CEST 2013


The branch, tmp has been updated
       via  a03e031ce619f538ca1f14cd65c3a502ca49ec15 (commit)
      from  e5feb370b34cf26eeb68086377ea295132cb0f70 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 sbin/x2gobroker-keygen |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/sbin/x2gobroker-keygen b/sbin/x2gobroker-keygen
index eab787e..ab98a07 100755
--- a/sbin/x2gobroker-keygen
+++ b/sbin/x2gobroker-keygen
@@ -133,7 +133,7 @@ if __name__ == '__main__':
     if id_file == 'id_rsa':
         pubkey_file.write("ssh-rsa " +key.get_base64())
     elif id_file == 'id_dsa':
-        pubkey_file.write("ssh-dsa " +key.get_base64())
+        pubkey_file.write("ssh-dss " +key.get_base64())
     pubkey_file.close()
     os.chown('{home}/.ssh/{id_file}.pub'.format(home=broker_home, id_file=id_file), broker_uidnumber, broker_gidnumber)
     os.chmod('{home}/.ssh/{id_file}.pub'.format(home=broker_home, id_file=id_file), 0644)


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).




More information about the x2go-commits mailing list