Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Sja Won't Establish Tunneled Connection #23160

    Sorry, I forgot to add theinformation for the job.

    [codebox]

    sshusername

    sshuserpwd

    my.host.org

    22

    3310

    localhost

    themysqluser

    themysqlpwd 3306

    [default]

    mysqlDB

    [/codebox]

    Regards,

    Bonafide

    in reply to: Sja Won't Establish Tunneled Connection #23159

    Thanks for confirming that SJA should be able to establish the ssh tunnel. I believe I've found the cause.

    I had restricted the SSH user account on the Linux box by setting its shell to /usr/sbin/nologin. I've tried both /bin/false and /usr/sbin/nologin and the results are the same. This seems make the SSH tunnel establishment a bit unreliable. It is clearly working sometimes, and definiately failing at others. Changing the SSH users' shell to /bin/bash seems to fix the problem, but creates a bit of a security hole.

    I have a slow (128kbps) uplink which may be contributing to the problem.

    If anyone can confirm that a /bin/false shell should work for SSH tunneling into a Linux mysql server, I would appreciate knowing this works for others.

    Best regards,

    Bonafide

Viewing 2 posts - 1 through 2 (of 2 total)