/home/me/.ssh/known_hosts
/home/me/.ssh/authorized_keys
I would like to put these files to an €ncrypt€d folder that is being decrypted manually after Linux Raspbian 10 start.
Why? i do not want anyone to discover that files contents (consider someone steal the drive - my Raspbian installed from NOOBS does not offered me /home directory encryption)
i read that i can define custom path in /etc/ssh/sshd_config (or ssh_config?):
AuthorizedKeysFile
UserKnownHostsFile
i have not tried it, i would like to read some feedback. thank You
By the way, somehow the stupid Raspbian allowed by default all users to read other users files and see other users processes, i eliminated it, maybe without that, other users would be able to see contents of that ssh files.
/home/me/.ssh/authorized_keys
I would like to put these files to an €ncrypt€d folder that is being decrypted manually after Linux Raspbian 10 start.
Why? i do not want anyone to discover that files contents (consider someone steal the drive - my Raspbian installed from NOOBS does not offered me /home directory encryption)
i read that i can define custom path in /etc/ssh/sshd_config (or ssh_config?):
AuthorizedKeysFile
UserKnownHostsFile
i have not tried it, i would like to read some feedback. thank You
By the way, somehow the stupid Raspbian allowed by default all users to read other users files and see other users processes, i eliminated it, maybe without that, other users would be able to see contents of that ssh files.