Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: SSH Forwarding help?

  1. #1
    Join Date
    Mar 2009
    Beans
    48

    SSH Forwarding help?

    So ok here is the thing that is happening. I have been successfully using a SSH server now for a while, and it works anywhere which is awesome. However, I got this app on my iphone called jaadu RDP to remote desktop my server. I can connect normally with the default RDP stuff, but there is an option for SSH. I enabled it, put my password in and then... could not create tunnel to 127.0.0.1

    I asked them and they said have you allowed forwarding on my ssh server? So I went to webmin and enabled forwarding, but still no go and they have not replied. I wish they had a dynamic socks proxy, would work easier

    Ok so here is my config for my server on webmin anyone have any ideas? Oh and I'm using OpenSSH


    BTW this is the structure: Host OS Windows 2k3 runs virtualbox that runs a virtualmachine of the linux server.

    Do I not post the client host options? I don't think I have to?




    Last edited by jigglywiggly; April 25th, 2009 at 11:49 PM.

  2. #2
    Join Date
    Oct 2005
    Location
    Lab, Slovakia
    Beans
    10,791

    Re: SSH Forwarding help?

    Hmm, here is a test from another Linux machine:

    Code:
    $ ssh -X -C -c blowfish user@server "gedit /etc/fstab"
    If that works, then SSH server is configured correctly and your problem is on the client side on your phone.

  3. #3
    Join Date
    Mar 2009
    Beans
    48

    Re: SSH Forwarding help?

    Quote Originally Posted by HermanAB View Post
    Hmm, here is a test from another Linux machine:

    Code:
    $ ssh -X -C -c blowfish user@server "gedit /etc/fstab"
    If that works, then SSH server is configured correctly and your problem is on the client side on your phone.
    Wait so I should just put that in the terminal of my ubuntu server? Exactly like that? I am confused D:

  4. #4
    Join Date
    Oct 2005
    Location
    Lab, Slovakia
    Beans
    10,791

    Re: SSH Forwarding help?

    Just type that line and see if it works.

  5. #5
    Join Date
    Mar 2009
    Beans
    48

    Re: SSH Forwarding help?

    It just sits there doing nothing

  6. #6
    Join Date
    Oct 2005
    Location
    Lab, Slovakia
    Beans
    10,791

    Re: SSH Forwarding help?

    Then you still have something wrong with the server configuration in /etc/ssh/sshd_config.

  7. #7
    Join Date
    Mar 2009
    Beans
    48

    Re: SSH Forwarding help?

    Just to mkae sure, is it safe to post my sshd_config?

  8. #8
    Join Date
    Mar 2009
    Beans
    48

    Re: SSH Forwarding help?

    Err same thing, I uninstalled SSH I then removed the directory.

    Same thing for jaadu rdp and this
    Code:
    ssh -X -C -c blowfish user@server "gedit /etc/fstab"
    Port 22 is closed on my server, I use a different port could that be a problem? Let me open it and see... Nope same problem
    I'm on jaunty if that matters.

  9. #9
    Join Date
    Oct 2005
    Location
    Lab, Slovakia
    Beans
    10,791

    Re: SSH Forwarding help?

    Code:
    ssh -X -C -c blowfish user@server -p 2222 "gedit /etc/fstab"

  10. #10
    Join Date
    Mar 2009
    Beans
    48

    Re: SSH Forwarding help?

    Still nothing

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •