Hi Everyone,
Is it possible to somehow setup an ssh server that doesn't require a username,password or cert to login? If that's not possible, if I were to give all customers the same public key, would each connection be encrypted individually? (i.e. user A coudn't decrypt the payload of user B's connection)
I wish to provide access to a single program, which will prompt for a username and password.
Encryption is essential though, and users must not be able to snoop in on each other
Thanks