Sélectionner vos préférences de cookies

Nous utilisons des cookies essentiels et des outils similaires qui sont nécessaires au fonctionnement de notre site et à la fourniture de nos services. Nous utilisons des cookies de performance pour collecter des statistiques anonymes afin de comprendre comment les clients utilisent notre site et d’apporter des améliorations. Les cookies essentiels ne peuvent pas être désactivés, mais vous pouvez cliquer sur « Personnaliser » ou « Refuser » pour refuser les cookies de performance.

Si vous êtes d’accord, AWS et les tiers approuvés utiliseront également des cookies pour fournir des fonctionnalités utiles au site, mémoriser vos préférences et afficher du contenu pertinent, y compris des publicités pertinentes. Pour accepter ou refuser tous les cookies non essentiels, cliquez sur « Accepter » ou « Refuser ». Pour effectuer des choix plus détaillés, cliquez sur « Personnaliser ».

Linux computer to Linux instance

Mode de mise au point
Linux computer to Linux instance - AMS Advanced User Guide
Cette page n'a pas été traduite dans votre langue. Demande de traduction

Use SSH to connect to the SSH bastion and then to the Linux instance.

MALZ

For more information about the friendly bastion names, see DNS bastions.

In order to connect to the Linux instance, you must first connect to an SSH bastion.

  1. Open a shell window and enter:

    ssh Domain_FQDN\\Username@SSH_bastion_name or SSH_bastion_IP

    Which would look like this if your Domain_FQDN is "corp.domain.com", your account number is "123456789123", Your_Domain is "amazonaws.com", you choose bastion "4", and your user name is "JoeSmith":

    ssh corp.domain.com\\JoeSmith sshbastion4.A123456789123.amazonaws.com
  2. Log in with your corporate Active Directory credentials.

  3. When presented with a Bash prompt, SSH in to the instance, and then enter:

    ssh Domain_FQDN\\Username@Instance_IP

    Or, you can use the Login flag (-l):

    ssh -l Domain_FQDN\\Username@Instance_IP
SALZ

For more information about the friendly bastion names, see DNS bastions.

In order to connect to the Linux instance, you must first connect to an SSH bastion.

  1. Open a shell window and enter:

    ssh DOMAIN_FQDN\\USERNAME@SSH_BASTION_name or SSH_BASTION_IP

    Which would look like this if your account number is 123456789123, you choose bastion 4, and your user name is JoeSmith:

    ssh corp.domain.com\\JoeSmith sshbastion1.A123456789123.amazonaws.com
  2. Log in with your corporate Active Directory credentials.

  3. When presented with a Bash prompt, SSH in to the instance, and then enter:

    ssh DOMAIN_FQDN\\USERNAME@INSTANCE_IP

    Or, you can use the Login flag (-l):

    ssh -l DOMAIN_FQDN\\USERNAME@INSTANCE_IP

For more information about the friendly bastion names, see DNS bastions.

In order to connect to the Linux instance, you must first connect to an SSH bastion.

  1. Open a shell window and enter:

    ssh Domain_FQDN\\Username@SSH_bastion_name or SSH_bastion_IP

    Which would look like this if your Domain_FQDN is "corp.domain.com", your account number is "123456789123", Your_Domain is "amazonaws.com", you choose bastion "4", and your user name is "JoeSmith":

    ssh corp.domain.com\\JoeSmith sshbastion4.A123456789123.amazonaws.com
  2. Log in with your corporate Active Directory credentials.

  3. When presented with a Bash prompt, SSH in to the instance, and then enter:

    ssh Domain_FQDN\\Username@Instance_IP

    Or, you can use the Login flag (-l):

    ssh -l Domain_FQDN\\Username@Instance_IP
ConfidentialitéConditions d'utilisation du sitePréférences de cookies
© 2025, Amazon Web Services, Inc. ou ses affiliés. Tous droits réservés.