|
1565 | 1565 | ## |
1566 | 1566 | # @guest-ssh-get-authorized-keys: |
1567 | 1567 | # |
1568 | | -# @username: the user account to add the authorized keys |
1569 | | -# |
1570 | 1568 | # Return the public keys from user .ssh/authorized_keys on Unix |
1571 | 1569 | # systems (not implemented for other systems). |
1572 | 1570 | # |
| 1571 | +# @username: the user account to add the authorized keys |
| 1572 | +# |
1573 | 1573 | # Returns: @GuestAuthorizedKeys |
1574 | 1574 | # |
1575 | 1575 | # Since: 5.2 |
|
1582 | 1582 | ## |
1583 | 1583 | # @guest-ssh-add-authorized-keys: |
1584 | 1584 | # |
| 1585 | +# Append public keys to user .ssh/authorized_keys on Unix systems (not |
| 1586 | +# implemented for other systems). |
| 1587 | +# |
1585 | 1588 | # @username: the user account to add the authorized keys |
1586 | 1589 | # |
1587 | 1590 | # @keys: the public keys to add (in OpenSSH/sshd(8) authorized_keys |
1588 | 1591 | # format) |
1589 | 1592 | # |
1590 | 1593 | # @reset: ignore the existing content, set it with the given keys only |
1591 | 1594 | # |
1592 | | -# Append public keys to user .ssh/authorized_keys on Unix systems (not |
1593 | | -# implemented for other systems). |
1594 | | -# |
1595 | 1595 | # Returns: Nothing on success. |
1596 | 1596 | # |
1597 | 1597 | # Since: 5.2 |
|
1603 | 1603 | ## |
1604 | 1604 | # @guest-ssh-remove-authorized-keys: |
1605 | 1605 | # |
| 1606 | +# Remove public keys from the user .ssh/authorized_keys on Unix |
| 1607 | +# systems (not implemented for other systems). It's not an error if |
| 1608 | +# the key is already missing. |
| 1609 | +# |
1606 | 1610 | # @username: the user account to remove the authorized keys |
1607 | 1611 | # |
1608 | 1612 | # @keys: the public keys to remove (in OpenSSH/sshd(8) authorized_keys |
1609 | 1613 | # format) |
1610 | 1614 | # |
1611 | | -# Remove public keys from the user .ssh/authorized_keys on Unix |
1612 | | -# systems (not implemented for other systems). It's not an error if |
1613 | | -# the key is already missing. |
1614 | | -# |
1615 | 1615 | # Returns: Nothing on success. |
1616 | 1616 | # |
1617 | 1617 | # Since: 5.2 |
|
0 commit comments