The branch, master 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 ----------------------------------------------------------------- commit a03e031ce619f538ca1f14cd65c3a502ca49ec15 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Feb 21 11:57:32 2013 +0100 create public keyfiles with ssh-dss at the line beginning ----------------------------------------------------------------------- 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).