Re: https, ssh - remote control
From: AT (notme_at_example.com)
Date: 09/08/05
- Next message: Sybren Stuvel: "Re: Force Linux Passwords to NEVER Expire??"
- Previous message: darko saric: "Re: Linux virgin here"
- In reply to: jag456_at_gmail.com: "https, ssh - remote control"
- Next in thread: HASM: "Re: https, ssh - remote control"
- Reply: HASM: "Re: https, ssh - remote control"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 08 Sep 2005 16:23:33 +0200
On Wed, 07 Sep 2005 22:39:12 -0700, jag456 wrote:
> Could someone please suggest how i could go about setting up a remote
> portal to administer remote Linux boxes.
>
> My idea is to basically have a web server - that is contactable from
> anywhere using https - authenticating an administrator, who is able to
> ssh from that portal to a remote Linux server. The main objective is
> to have the web server place ssh the connection on behalf of the end
> user. Thereafter iptables / ssh wrapper can be modified to accept ssh
> only from that public address.
Do I understand you correctly? The web server (behind the corporate
firewall) should broker an ssh connection to an ssh server (also behind
said corporate firewall), then modify the same corporate firewall to allow
connections from some outside IP?
> i.e. text graphic diagram :
>
>
> wks --->(Corporate firewall)---->(Webserver)-----> Remote Linux Server
> | | |
> Https Https SSH
>
>
> Ideally i am looking to bypass Corporate firewalls that block ssh - in
> enviroments for which i have no controll.
- How is the web server supposed to modify the firewall if you don't have
control over the firewall?
- Why do you want to add another point of failure?
- Do you think that it is a wise (ie. secure) decision to authenticate on
a web server rather than using ssh's authentication methods (preferably
public key only to non-root account) directly?
- If the corporate security policy doesn't allow remote access via ssh
directly, do you think the company will be happy to find out that you are
circumventing their policy?
-- Andreas
- Next message: Sybren Stuvel: "Re: Force Linux Passwords to NEVER Expire??"
- Previous message: darko saric: "Re: Linux virgin here"
- In reply to: jag456_at_gmail.com: "https, ssh - remote control"
- Next in thread: HASM: "Re: https, ssh - remote control"
- Reply: HASM: "Re: https, ssh - remote control"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|