I try to create Public Private key to Linux SFTP server.
If I have 5 different users accessing SFTP and wondering is it possible to create key to every single users accessing from different client machines?
Also is it so that all 5 keys can be generated in one workstation or is it required that keys are generated and copies (
ssh-copy-id
) in specific user client machine?