979899100101102103104105
* * @param sshKey the SSH key * @throws Exception */ public void updateAuthorizedKey2(String sshKey) throws Exception { SSHKeyUpdateParam key = new SSHKeyUpdateParam(); key.setSshKey(sshKey); client.put(String.class, key, UPDATE_AUTH_KEY_URL); }