Sharing public key with ssh
Posted
by
jtnire
on Server Fault
See other posts from Server Fault
or by jtnire
Published on 2010-06-22T12:16:52Z
Indexed on
2010/12/30
21:56 UTC
Read the original article
Hit count: 253
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
© Server Fault or respective owner