openssl pkcs8 -in ./ProjKey.pem -inform PEM -outform DER -topk8 -nocrypt | openssl sha1 -c
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html#verify-key-pair-fingerprints
openssl pkcs8 -in ./ProjKey.pem -inform PEM -outform DER -topk8 -nocrypt | openssl sha1 -c
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html#verify-key-pair-fingerprints
getent is a Linux command that helps the user to get the entries in a number of important text files called databases
https://www.geeksforgeeks.org/getent-command-in-linux-with-examples/
Connection problems and errors
https://stackoverflow.com/questions/55833917/unable-to-mount-a-volume-on-an-ec2-instance
stat - -format="%a" /path1/subdir
https://www.cyberciti.biz/faq/get-octal-file-permissions-from-command-line-on-linuxunix/
https://unix.stackexchange.com/questions/188674/how-to-get-file-permission-in-octal
To just see octal file permissions on a GNU/Linux:$ stat -c '%a' /etc/passwd
https://learn.microsoft.com/en-us/azure/devops/pipelines/process/approvals?view=azure-devops&tabs=check-pass