This project is, at the same time, an SSH server, an SSH client, and a password manager.
@ -33,7 +33,7 @@ Start :
## FAQ
### Why should I use synced-over-ssh ?
### Why should I use SSHception ?
#### It is open source.
@ -51,10 +51,10 @@ Your data is encrypted using the AES-256 asymmetric encryption algorithm using y
The standard TOTP 2FA is supported.
### Why shouldn't I use synced-over-ssh ?
### Why shouldn't I use SSHception ?
#### No direct connection.
Since this project is a server-side service, the SSH connection to your target host is not initiated from your client itself but from the synced-over-ssh then streamed to you.
Since this project is a server-side service, the SSH connection to your target host is not initiated from your client itself but from the SSHception then streamed to you.
Therefore, your SSH client-side logs will always log your connections to the synced-over-ssh server and your SSH server-side logs will always log the connections from the synced-over-ssh server.
Therefore, your SSH client-side logs will always log your connections to the SSHception server and your SSH server-side logs will always log the connections from the SSHception server.