This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit d48d241376e3ac4961edfd33d9a5dd2fae8cd25d Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Apr 21 16:11:38 2019 +0200 etc/x2gobroker.conf: Update info about default-agent-hostkey-policy parameter. --- etc/x2gobroker.conf | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/etc/x2gobroker.conf b/etc/x2gobroker.conf index d88faa6..c913efa 100644 --- a/etc/x2gobroker.conf +++ b/etc/x2gobroker.conf @@ -257,19 +257,23 @@ # # There are two simple ways to create this known_hosts file: # -# (a) su - x2gobroker -c "ssh <x2goserver>" +# (a) su - x2gobroker -c "ssh ssh -o HostKeyAlgorithms=ssh-rsa <x2goserver>" # # On the command line, you get prompted to confirm the remote # X2Go server's Follow OpenSSH interactive dialog for accepting # the remote host's host key. # +# You will see an error coming from x2gobroker-agent.pl which can be +# ignored. The important part is that you accepted the X2Go Server's +# host key. +# # (b) x2gobroker-testagent --add-to-known-hosts --host <x2goserver> # # This command will populate the known_hosts file with the remote # X2Go server's hostkey while trying to hail its X2Go Broker Agent -# The host key's fingerprint will be shown on stdout, but there will -# be no interactive confirmation. If unsure about this, use approach -# (a) given above. +# The host key's fingerprint will not be shown on stdout and there +# will be no interactive confirmation (patches welcome!!!). +# If unsure about this, use approach (a) given above. # #default-agent-hostkey-policy=RejectPolicy -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git