VNC over SSH Error: “Could not create SSH tunnel”

Comments

4 comments

  • Avatar
    Antti V (Edited )

    I have exactly the same issue, Jump Desktop iOS 9.6.8 Build 90608 on iPados 15.7 to Ubuntu 22.04.1 LTS.

    The key has been generated as described above and imported to Jump via file access (private key dropped to Jump's app directory from Files and then selected for use).

    /var/log/auth.log:

    Sep 14 10:51:16 (redacted) sshd[3227]: error: PAM: Authentication failure for illegal user  from 192.168.1.45
    Sep 14 10:51:16 (redacted) sshd[3227]: Failed keyboard-interactive/pam for invalid user  from 192.168.1.45 port 50640 ssh2

    The username is correct and can otherwise login over ssh.

    0
    Comment actions Permalink
  • Avatar
    Kiddy Von

    I have exactly the same issue, too. When I used password to build VNC over SSH tunnel, it works. But failed using key files.

    My jump version is 9.7.8 and IPadOS version is16.1. I checked that the keys work by successfully logging in with an SSH session using the keys.

     

    0
    Comment actions Permalink
  • Avatar
    jeevestobs .

    You need to add this line to /etc/ssh/sshd_config and restart SSH service to solve this:

    PubkeyAcceptedAlgorithms=+ssh-rsa
    0
    Comment actions Permalink
  • Avatar
    manish mukherjee

    thanks @jeevestobs, that worked

    0
    Comment actions Permalink

Please sign in to leave a comment.