Skip to content

Debugging SSH failures #1573

Answered by webern
gabegorelick asked this question in Q&A
May 13, 2021 · 1 comments · 6 replies
Discussion options

You must be logged in to vote

As far as commands to debug the admin container from the control container, I haven't come up with much.

  • From the control container you can check your host container settings with apiclient -u /settings | jq '."host-containers"'
  • When you attempt to connect to the admin container you can use ssh -vvv to get more information about the failure.

Some further questions may prove helpful:

  • Did you provide your ssh key to the admin container container via host-container user-data?
  • Or are you using the EC2 key-pair that you launched the instance with?
  • Are you using ec2-user as your login to the admin container?

My connection command typically looks like this (when I launch with an EC2 key-pair):

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@webern
Comment options

@gabegorelick
Comment options

@gabegorelick
Comment options

@webern
Comment options

@gabegorelick
Comment options

Answer selected by jhaynes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants