Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8539193
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T11:18:21+00:00 2026-06-11T11:18:21+00:00

My question is, put simply Is there any AMI that comes with SSH configured

  • 0

My question is, put simply

Is there any AMI that comes with SSH configured on port 443?

The main reason why I ask is that, despite working in IT, my company filters all ports but 443 and 80, and requires all my connections to go through an HTTP proxy.

I have connected via SSH before on hosts that accept ssh on port 443, using corkscrew. A friend of mine is still able to do that, but it involves leaving the office or using a VPN to connect to the amazon instance, changing the line in the SSHD config, and restarting SSH.

Is there an AMI that has that done by default?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T11:18:23+00:00Added an answer on June 11, 2026 at 11:18 am

    You can accomplish your goal of running sshd on an alternative port like 80 or 443 with a standard EC2 instance, as long as the AMI supports user-data scripts that run when the instance first boots. Both Amazon Linux and Ubuntu AMIs support this with CloudInit.

    For example, you can start an Ubuntu EC2 instance with the following user-data:

    #!/bin/bash -ex
    perl -pi -e 's/^#?Port 22$/Port 443/' /etc/ssh/sshd_config
    service sshd restart || service ssh restart
    

    and after it boots, you can ssh in to port 443.

    Here’s an article I wrote a couple years ago describing this method: http://alestic.com/2010/12/ec2-ssh-port-80

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Simply put, what are the (or are there any) differences between doing say class
One major question is I can't simply use existed json library to put into
The question is simple and to put it in just one line : The
A simple question, I think: I want to put a tag into an ASP.NET
Maybe a very simple question. How can I put in this code <Query> <Where>
A simple question. I have a figure. I need to hold it, and put
Simple question, I know, but I can't seem to find a way to put
Very simple question. What does the term 'seeding' mean in general? I'll put the
I have two question to put forward: I was very interested, even intrigued by
Few days back I put a question regarding mapping two classes Message and MessageStatusHistory

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.