What is the Password for sudo codes?

ARTHIKA 0 Reputation points
2024-06-18T10:23:19.62+00:00

When we work with sudo codes, it asks an password which is hidden. Eventhough I entered the VM password, it says wrong.

This question is related to the following Learning Module

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,209 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. VarunTha 5,040 Reputation points Microsoft Vendor
    2024-06-18T12:47:50.32+00:00

    Hi ARTHIKA,

    Thank you for reaching out to us on the Microsoft Q&A forum.

    Sorry for the inconvenience. Let's address your issue step by step:

    1. Public Address Observation: Upon executing step 1, you should see a public address like this: 40.112.149.7. This confirms that the initial step has been successfully completed.
    2. Continuation to Step 2: Please proceed by copying the public IP address and executing step 2. User's image
    3. SSH Command Execution: After completing step 2, enter the following command in your terminal or command prompt: ssh azureuser@<VM public IP address> (e.g., ssh azureuser@40.112.149.7). When prompted with a message asking if you want to continue connecting, type "yes" (without quotes) and press Enter to proceed. User's image
    4. Cloud Shell Commands: Once connected via SSH, run the following commands sequentially in your cloud shell:
    • sudo apt-get update
    • sudo apt-get install -y nginx
    • echo "<html><body><h2>Welcome to Azure! My name is $(hostname).</h2></body></html>" | sudo tee -a /var/www/html/index.html

    User's image

    After executing the commands, check if the issue persists. If you encounter a password prompt or any difficulties, share the specific error message or behavior. I'm here to assist further and can provide additional troubleshooting or resources if needed.

    If you have found the answer provided to be helpful, please click on the "Upvote and Accept Answer" button so that it is useful for other members in the Microsoft Q&A community.