In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
AWS key pair lost how to connect to Linux, many novices are not very clear about this, in order to help you solve this problem, the following editor will explain for you in detail, people with this need can come to learn, I hope you can gain something.
If you lose the private key of an instance supported by EBS, you can regain access to your instance. You must stop the instance, disconnect the root volume and connect it to another instance as a data volume, then modify the authorized_keys file, move the volume back to the original instance, and restart the instance. If the root device is an instance storage volume, you must have a private key to connect to the instance.
Stop (stop) the original instance to connect to
Note: write down the partition number of the instance storage device of the original instance, such as / dev/xvda.
Unmount the large root volume of the original instance and mount it to the temporary instance (the new temporary linux instance)
Connect to a temporary instance.
"in a temporary instance, install the volume connected to the instance to access its file system." "for example, if the device name is / dev/sdf, install the volume as / mnt/tempvol using the following command."
A use the lsblk command to determine if the volume is partitioned.
b. Create a temporary directory to install the volume.
[ec2-user ~] $sudo mkdir / mnt/tempvol
c. Install the volume (or partition) at the temporary mount point using the volume name or device name determined earlier.
[ec2-user ~] $sudo mount / dev/xvdf1 / mnt/tempvol
On a temporary instance, update the authorized_keys on the installed volume to a new public key from the temporary instance authorized_keys using the following command (you may need to swap in a different user name, such as ubuntuubuntu for the instance) in the following command:
[ec2-user ~] $cp .ssh / authorized_keys / mnt/tempvol/home/ec2-user/.ssh/authorized_keys
If the replication is successful, you can go to the next step.
In a temporary instance, unmount the connected volume to reconnect it to the original instance. For example, unmount the volume at / mnt/tempvol using the following command:
[ec2-user ~] $sudo umount / mnt/tempvol
Unmount the volume from the temporary instance and mount it back to the original instance.
Log in to the original instance for verification.
Is it helpful for you to read the above content? If you want to know more about the relevant knowledge or read more related articles, please follow the industry information channel, thank you for your support.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.