Package: python-x2go Version: 0.5.99.0 Tag: patch When a server and no profile is selected and a ssh-key is provided python-x2go will ignore the provided ssh key and ask for a password instead. $ mkdir ~/.x2go $ docker run -it -d -p 2222:22 --name=x2go quay.io/tatsuya6502/x2go:latest $ docker logs x2go | tail -n +2 > ~/.x2go/x2go-key $ pyhoca-cli --server localhost --ssh-key ~/.x2go/x2go-key -p 2222 -N -c xclock --user docker