DetachKeyPair Unbind SSH key pairs from one or more Linux instances. describe When using this interface, please note: After unbinding the SSH key pair, you need to reboot the instance (RebootInstance) for the changes to take effect. After unbinding the SSH key pair, the instance uses the username and password authentication method by default. Request Parameters Return Parameter All are public return parameters. See Common Parameters. Example Request Example https://ecs.aliyuncs.com/?Action=DetachKeyPair &RegionId=cn-qingdao &InstanceIds=["i-xxxxxxx", "i-yyyyyyy"] &KeyPairName=test &<Common request parameters> Return to example XML format <DetachKeyPairResponse> <RequestId>473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E</RequestId> </DetachKeyPairResponse> JSON format { "RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E" } Error Code The following are error codes specific to this interface. For more error codes, please visit the API Error Center. The above is the detailed content on how to unbind SSH key pairs for one or more Linux instances. Thank you for your support to 123WORDPRESS.COM. You may also be interested in:
|
<<: About MySQL innodb_autoinc_lock_mode
>>: In-depth understanding of this in JavaScript
Purpose Encapsulate the carousel component and us...
Table of contents 1. Insert the queried results 2...
Table of contents 1 Test Cases 2 JS array dedupli...
Table of contents Parsing .vue files Extract docu...
Front-end technology layer (The picture is a bit e...
In the actual projects I participated in, I found...
Generally speaking, when we view the contents of ...
1. Official Introduction grep is a commonly used ...
Table of contents What is cgroup Composition of c...
Recently, I encountered a problem in the process ...
HTML <dl> Tag #Definition and Usage The <...
HTML form tag tutorial, this section mainly expla...
After switching from Vue2's writing style to ...
Effect picture: 1. Import files <script src=&q...
This article records the installation of MySQL 8....