Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to open up a port 22 apart from port 80? #5810

Open
shain-digix opened this issue May 9, 2024 · 1 comment
Open

How to open up a port 22 apart from port 80? #5810

shain-digix opened this issue May 9, 2024 · 1 comment
Labels
guidance Issue requesting guidance or information about usage

Comments

@shain-digix
Copy link

shain-digix commented May 9, 2024

I would like to open up port 22 for a Whitebox VA scanning. What is the best way to achieve it?

Right now, I am getting no response in ssh

image

Below is my manifest file:

name: fulfillment-api
type: Load Balanced Web Service

environments:
  dev:
    http:
      path: '/'
      healthcheck: '/api/healthcheck'
    image:
      build: Dockerfile.dev
      port: 80
    cpu: 256
    memory: 512
    platform: linux/x86_64
    count: 1
    exec: true
    network:
      vpc:
        placement:
          subnets: ["ccc"]
      connect: true
  uat:
    http:
      path: '/'
      healthcheck: '/api/healthcheck'
    image:
      build: Dockerfile.uat
      port: 80
    cpu: 256
    memory: 512
    platform: linux/x86_64
    count: 1
    exec: true
    network:
      vpc:
        placement:
          subnets: ["bbb"]
      connect: true
  prod:
    http:
      path: '/'
      healthcheck: '/api/healthcheck'
    image:
      build: Dockerfile.prod
      port: 80
    cpu: 256
    memory: 512
    platform: linux/x86_64
    count: 1
    exec: true
    network:
      vpc:
        placement:
          subnets: ["aaa"]
      connect: true

@iamhopaul123
Copy link
Contributor

Hello @shain-digix you can refer to "Expose multiple ports" section in our doc!

@huanjani huanjani added the guidance Issue requesting guidance or information about usage label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
guidance Issue requesting guidance or information about usage
Projects
None yet
Development

No branches or pull requests

3 participants