AWS sap documentation change
Summary
Changed command prompt examples from 'shell$' to '$' in multiple wget and gpg commands throughout the documentation
Security assessment
The changes are purely cosmetic, modifying command prompt formatting without altering security-related content. The core security procedures (GPG key import, signature verification) remain unchanged. No evidence of vulnerability fixes or security enhancements.
Diff
diff --git a/sap/latest/sap-hana/aws-backint-agent-signature.md b/sap/latest/sap-hana/aws-backint-agent-signature.md index b221fae53..b46354be7 100644 --- a//sap/latest/sap-hana/aws-backint-agent-signature.md +++ b//sap/latest/sap-hana/aws-backint-agent-signature.md @@ -21 +21 @@ To enable automatic signature verification during agent installation, see the pa - shell$ wget https://s3.amazonaws.com/awssap-backint-agent/binary/public-key/aws-backint-agent.gpg + $ wget https://s3.amazonaws.com/awssap-backint-agent/binary/public-key/aws-backint-agent.gpg @@ -25 +25 @@ To enable automatic signature verification during agent installation, see the pa - shell$ wget https://awssap-backint-agent-us-gov-east-1.s3.us-gov-east-1.amazonaws.com/binary/public-key/aws-backint-agent.gpg + $ wget https://awssap-backint-agent-us-gov-east-1.s3.us-gov-east-1.amazonaws.com/binary/public-key/aws-backint-agent.gpg @@ -27 +27 @@ To enable automatic signature verification during agent installation, see the pa - shell$ wget https://awssap-backint-agent-us-gov-west-1.s3.us-gov-west-1.amazonaws.com/binary/public-key/aws-backint-agent.gpg + $ wget https://awssap-backint-agent-us-gov-west-1.s3.us-gov-west-1.amazonaws.com/binary/public-key/aws-backint-agent.gpg @@ -31 +31 @@ To enable automatic signature verification during agent installation, see the pa - shell$ gpg --import aws-backint-agent.gpg + $ gpg --import aws-backint-agent.gpg @@ -40 +40 @@ Make a note of the key value, as you will need it in the next step. In the prece - shell$ gpg --fingerprint 1E65925B + $ gpg --fingerprint 1E65925B @@ -55 +55 @@ After you have verified the fingerprint, you can use it to verify the signature - shell$ wget https://s3.amazonaws.com/awssap-backint-agent/binary/latest/aws-backint-agent.sig + $ wget https://s3.amazonaws.com/awssap-backint-agent/binary/latest/aws-backint-agent.sig @@ -57 +57 @@ After you have verified the fingerprint, you can use it to verify the signature - shell$ wget https://s3.amazonaws.com/awssap-backint-agent/binary/latest/install-aws-backint-agent.sig + $ wget https://s3.amazonaws.com/awssap-backint-agent/binary/latest/install-aws-backint-agent.sig @@ -61 +61 @@ After you have verified the fingerprint, you can use it to verify the signature - shell$ wget https://awssap-backint-agent-us-gov-east-1.s3.us-gov-east-1.amazonaws.com/binary/latest/aws-backint-agent.sig + $ wget https://awssap-backint-agent-us-gov-east-1.s3.us-gov-east-1.amazonaws.com/binary/latest/aws-backint-agent.sig @@ -63 +63 @@ After you have verified the fingerprint, you can use it to verify the signature - shell$ wget https://awssap-backint-agent-us-gov-east-1.s3-us-gov-east-1.amazonaws.com/binary/latest/install-aws-backint-agent.sig + $ wget https://awssap-backint-agent-us-gov-east-1.s3-us-gov-east-1.amazonaws.com/binary/latest/install-aws-backint-agent.sig @@ -65 +65 @@ After you have verified the fingerprint, you can use it to verify the signature - shell$ wget https://awssap-backint-agent-us-gov-west-1.s3.us-gov-west-1.amazonaws.com/binary/latest/aws-backint-agent.sig + $ wget https://awssap-backint-agent-us-gov-west-1.s3.us-gov-west-1.amazonaws.com/binary/latest/aws-backint-agent.sig @@ -67 +67 @@ After you have verified the fingerprint, you can use it to verify the signature - shell$ wget https://awssap-backint-agent-us-gov-west-1.s3-us-gov-west-1.amazonaws.com/binary/latest/install-aws-backint-agent.sig + $ wget https://awssap-backint-agent-us-gov-west-1.s3-us-gov-west-1.amazonaws.com/binary/latest/install-aws-backint-agent.sig @@ -71 +71 @@ After you have verified the fingerprint, you can use it to verify the signature - shell$ gpg --verify aws-backint-agent.sig aws-backint-agent.tar.gz + $ gpg --verify aws-backint-agent.sig aws-backint-agent.tar.gz @@ -78 +78 @@ After you have verified the fingerprint, you can use it to verify the signature - shell$ gpg --verify install-aws-backint-agent.sig install-aws-backint-agent + $ gpg --verify install-aws-backint-agent.sig install-aws-backint-agent