New fediverse client just dropped
Authentication is a mandatory step and must use SSH pubkey. On your fedi account, add a field authorized_keys with your SSH public key (only one public key is supported). Once added, you can login using the following command:
ssh -p 2222 <USER>@<INSTANCE>@sshocial.locahlo.st
# example
ssh -p 2222 [email protected]@sshocial.locahlo.st
(you also have to supply your OAuth2 token using token <YOUR TOKEN> in shell)
full readme: https://git.pleroma.social/Duponin/sshocial
