[[TranslatedPages]] [[PageOutline]] == Authorize User IDs in Monkeysphere == If you are on the monkeysphere login as root onto the server you want to access as a specific user from hosting order: {{{ ssh root@SERVERNAME.mayfirst.org }}} Then switch user to the account you want to access via SSH {{{ server:~# su - USERNAME }}} Not you are logged in as the user, edit the authorized IDs file {{{ USERNAME@server:~$ emacs .monkeysphere/authorized_user_ids }}} Add your PGP information as follows {{{ FIRST LASTNAME }}} Exit as that user {{{ USERNAME@server:~$ exit }}} As root again confirm the authentication of your user Id {{{ server:~# monkeysphere-authentication u USERNAME }}} Exit as root from server {{{ server:~# exit }}}