Access instance console from mobile phone

0

How can I access my Linux instance console from my mobile phone? Can I do it with AWS app?

  • Have you been able to resolve your issue? If so, would you select an answer that matched your issue to close out the thread?

asked 8 months ago261 views
1 Answer
1

Can you use the AWS Console mobile app to login to your linux instance? NO

The easiest way to do this however is to:

  • install an SSH client on your mobile phone from the APP Store
  • update the password for the linux user to something very strong - upper/lower char, number and some special characters... you know the drill.
  • update the SSH server config to permit password login:

Edit file: /etc/ssh/sshd_config

Locate this line and update as shown: PasswordAuthentication yes

Then restart the SSH server. The way to do this varies on your linux distribution. Google around.

AWS instances are initially configured to only permit SSH key authentication. You could email yourself the private key for the key pair that you have and see if your mobile app can handle it. This varies by vendor.

AWS
LondonX
answered 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions