Unbind SSH key pairs from one or more Linux instances

Unbind SSH key pairs from one or more Linux instances

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:
  • Install OpenSSH on Windows and log in to the Linux server by generating an SSH key
  • Detailed explanation of key login for sftp configuration under Linux
  • Linux system uses user key ssh host access
  • Linux VPS and server more secure setting Putty SSH use key login
  • Ensure Linux VPS and server security Xshell set up key login
  • Solution to the problem that Linux server cannot log in
  • How to use iptables to configure Linux to prohibit all port logins and open specified ports
  • Analysis of Linux configuration to achieve key-free login process

<<:  About MySQL innodb_autoinc_lock_mode

>>:  In-depth understanding of this in JavaScript

Recommend

How to quickly build a LAMP environment on CentOS platform

This article uses an example to describe how to q...

Example of converting timestamp to Date in MySQL

Preface I encountered a situation at work: In the...

How to use partitioning to optimize MySQL data processing for billions of data

When MySQL queries tens of millions of data, most...

Sample code for changing the color of a png image through a CSS3 filter

This method uses the drop-shadow filter in CSS3 t...

How to use nginx to block a specified interface (URL)

1. Introduction Sometimes, after the web platform...

How to handle MySQL numeric type overflow

Now, let me ask you a question. What happens when...

Understanding innerHTML

<br />Related articles: innerHTML HTML DOM i...

How to mark the source and origin of CSS3 citations

I am almost going moldy staying at home due to th...

Detailed explanation of the simple use of MySQL query cache

Table of contents 1. Implementation process of qu...

WHMCS V7.4.2 Graphical Installation Tutorial

1. Introduction WHMCS provides an all-in-one solu...

Flex layout makes adaptive pages (syntax and examples)

Introduction to Flex Layout Flex in English means...

How to set up the terminal to run applications after Ubuntu starts

1. Enter start in the menu bar and click startup ...

How to understand Vue's simple state management store mode

Table of contents Overview 1. Define store.js 2. ...