You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>Valid values for the <code>-b</code> option for ECDSA are 256, 384, and 521.</p>
3931
+
*
3932
+
* <p>For both of these commands, you can replace <i>my-new-server-key</i> with a string of your choice.</p>
3911
3933
*
3912
3934
* <important>
3913
-
* <p>If you aren't planning to migrate existing users from an existing server to a new
3914
-
* server, don't update the host key. Accidentally changing a server's host key can
3915
-
* be disruptive.</p>
3935
+
* <p>If you aren't planning to migrate existing users from an existing SFTP-enabled
3936
+
* server to a new server, don't update the host key. Accidentally changing a
3937
+
* server's host key can be disruptive.</p>
3916
3938
* </important>
3917
3939
*
3918
3940
*
3919
3941
*
3920
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/transfer/latest/userguide/edit-server-config.html#configuring-servers-change-host-key">Change the host key for your SFTP-enabled server</a> in the <i>Amazon Web ServicesTransfer
3942
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/transfer/latest/userguide/edit-server-config.html#configuring-servers-change-host-key">Change the host key for your SFTP-enabled server</a> in the <i>Amazon Web Services Transfer
Copy file name to clipboardExpand all lines: codegen/sdk-codegen/aws-models/transfer.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -298,7 +298,7 @@
298
298
"HostKey": {
299
299
"target": "com.amazonaws.transfer#HostKey",
300
300
"traits": {
301
-
"smithy.api#documentation": "<p>The RSA private key as generated by the <code>ssh-keygen -N \"\" -m PEM -f\n my-new-server-key</code> command.</p>\n\n <important>\n <p>If you aren't planning to migrate existing users from an existing SFTP-enabled\n server to a new server, don't update the host key. Accidentally changing a\n server's host key can be disruptive.</p>\n </important>\n\n\n\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/transfer/latest/userguide/edit-server-config.html#configuring-servers-change-host-key\">Change the host key for your SFTP-enabled server</a> in the <i>Amazon Web Services Transfer\n Family User Guide</i>.</p>"
301
+
"smithy.api#documentation": "<p>The RSA or ECDSA private key to use for your server.</p>\n \n <p>Use the following command to generate an RSA 2048 bit key with no passphrase:</p>\n <p>\n <code>ssh-keygen -t rsa -b 2048 -N \"\" -m PEM -f my-new-server-key</code>.</p>\n <p>Use a minimum value of 2048 for the <code>-b</code> option: you can create a stronger key using 3072 or 4096.</p>\n \n <p>Use the following command to generate an ECDSA 256 bit key with no passphrase:</p>\n <p>\n <code>ssh-keygen -t ecdsa -b 256 -N \"\" -m PEM -f my-new-server-key</code>.</p>\n <p>Valid values for the <code>-b</code> option for ECDSA are 256, 384, and 521.</p>\n \n <p>For both of these commands, you can replace <i>my-new-server-key</i> with a string of your choice.</p>\n\n <important>\n <p>If you aren't planning to migrate existing users from an existing SFTP-enabled\n server to a new server, don't update the host key. Accidentally changing a\n server's host key can be disruptive.</p>\n </important>\n\n \n\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/transfer/latest/userguide/edit-server-config.html#configuring-servers-change-host-key\">Change the host key for your SFTP-enabled server</a> in the <i>Amazon Web Services Transfer\n Family User Guide</i>.</p>"
302
302
}
303
303
},
304
304
"IdentityProviderDetails": {
@@ -4477,7 +4477,7 @@
4477
4477
"HostKey": {
4478
4478
"target": "com.amazonaws.transfer#HostKey",
4479
4479
"traits": {
4480
-
"smithy.api#documentation": "<p>The RSA private key as generated by <code>ssh-keygen -N \"\" -m PEM -f\n my-new-server-key</code>.</p>\n\n <important>\n <p>If you aren't planning to migrate existing users from an existing server to a new\n server, don't update the host key. Accidentally changing a server's host key can\n be disruptive.</p>\n </important>\n\n\n\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/transfer/latest/userguide/edit-server-config.html#configuring-servers-change-host-key\">Change the host key for your SFTP-enabled server</a> in the <i>Amazon Web ServicesTransfer\n Family User Guide</i>.</p>"
4480
+
"smithy.api#documentation": "<p>The RSA or ECDSA private key to use for your server.</p>\n \n <p>Use the following command to generate an RSA 2048 bit key with no passphrase:</p>\n <p>\n <code>ssh-keygen -t rsa -b 2048 -N \"\" -m PEM -f my-new-server-key</code>.</p>\n <p>Use a minimum value of 2048 for the <code>-b</code> option: you can create a stronger key using 3072 or 4096.</p>\n \n <p>Use the following command to generate an ECDSA 256 bit key with no passphrase:</p>\n <p>\n <code>ssh-keygen -t ecdsa -b 256 -N \"\" -m PEM -f my-new-server-key</code>.</p>\n <p>Valid values for the <code>-b</code> option for ECDSA are 256, 384, and 521.</p>\n \n <p>For both of these commands, you can replace <i>my-new-server-key</i> with a string of your choice.</p>\n\n <important>\n <p>If you aren't planning to migrate existing users from an existing SFTP-enabled\n server to a new server, don't update the host key. Accidentally changing a\n server's host key can be disruptive.</p>\n </important>\n\n \n\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/transfer/latest/userguide/edit-server-config.html#configuring-servers-change-host-key\">Change the host key for your SFTP-enabled server</a> in the <i>Amazon Web Services Transfer\n Family User Guide</i>.</p>"
0 commit comments