SSH over HTTPs using one of my sub domains

Discussion in 'Server Operation' started by xinman, May 4, 2006.

  1. xinman

    xinman New Member

    I'm trying to follow the tut here http://dag.wieers.com/howto/ssh-http-tunneling/

    I would like to have it so that I could ssh into my machine using putty over https. I keep getting 405 Not Allowed.

    Is anybody experienced in this area that may be able to help me out.

    Thanks,
    Dan
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Why do you want to use PuTTY over https? :confused:
     
  3. xinman

    xinman New Member

    Because some of my clients have their networks locked down to just HTTP traffic and I need to access resources outside of that.
     
  4. falko

    falko Super Moderator ISPConfig Developer

    Is there anything in Apache's error log?
     
  5. xinman

    xinman New Member

    All I see for that is

    192.168.1.1 - - [03/May/2006:19:40:44 -0400] "CONNECT sub.domain.com:22 HTTP/1.1" 405 1174 "-" "-"
     
  6. falko

    falko Super Moderator ISPConfig Developer

    Does it work if you use http instead of https?
     
  7. xinman

    xinman New Member

    No same result
     

Share This Page