কোনও ফাইলই ~
মূলের মালিকানাধীন হতে পারে না।
যদি কোনও সফ্টওয়্যারটির প্রয়োজন হয় যে আপনার হোম ডিরেক্টরিতে কোনও ফাইল অন্য ব্যবহারকারীর মালিকানাধীন থাকে তবে এটি একটি ত্রুটি এবং এটির হিসাবে রিপোর্ট করা উচিত।
এগুলি ব্যতীত, একটি সাধারণ ক্ষেত্রে দুটি সুরক্ষা সম্পর্কিত সফ্টওয়্যার জড়িত যার জন্য নির্দিষ্ট ফাইলগুলিতে সীমাবদ্ধ অনুমতি প্রয়োজন, যথা:
- , SSH
- দ্বারা GPG
, SSH
দেখুন man ssh
, বিভাগ FILES
:
~/.ssh/config
This is the per-user configuration file. The file format and
configuration options are described in ssh_config(5). Because of
the potential for abuse, this file must have strict permissions:
read/write for the user, and not writable by others. It may be
group-writable provided that the group in question contains only
the user.
~/.ssh/identity
~/.ssh/id_dsa
~/.ssh/id_ecdsa
~/.ssh/id_ed25519
~/.ssh/id_rsa
Contains the private key for authentication. These files contain
sensitive data and should be readable by the user but not acces‐
sible by others (read/write/execute). ssh will simply ignore a
private key file if it is accessible by others. It is possible
to specify a passphrase when generating the key which will be
used to encrypt the sensitive part of this file using 3DES.
এর মতো অন্যান্য ফাইল authorized_keys
, known_hosts
ইত্যাদি শুধুমাত্র ব্যবহারকারী দ্বারা লিখনযোগ্য হওয়া উচিত, কিন্তু বিশ্ব পাঠযোগ্য হতে পারে।
টি GnuPG
~/.gnupg
(এবং সামগ্রীগুলি) কেবলমাত্র আপনার দ্বারা অ্যাক্সেসযোগ্য হওয়া উচিত। অন্যান্য অনুমতি সহ, জিপিজি অনিরাপদ অনুমতি সম্পর্কে অভিযোগ করবে।