এটি মোটামুটি নির্বিঘ্ন নয়, তবে ssh
ব্যস্তবক্সের সরবরাহিত বাইনারি (খনি, কমপক্ষে) -i
পতাকাটি সমর্থন করে , তাই আপনি যেখানে চান চাবিটি রাখতে পারেন এবং এটি ব্যবহার করতে পারেন:
ssh -i /path/to/key_file joeuser@somehost.com
এর জন্য প্রাসঙ্গিক ম্যান পেজ এন্ট্রি -i
(এই সতর্কতার সাথে যে ডিফল্ট পাথ সম্পর্কিত তথ্য অ্যান্ড্রয়েডে একই রকম নাও হতে পারে):
-i identity_file
Selects a file from which the identity (private key) for public
key authentication is read. The default is ~/.ssh/identity for
protocol version 1, and ~/.ssh/id_dsa, ~/.ssh/id_ecdsa and
~/.ssh/id_rsa for protocol version 2. Identity files may also be
specified on a per-host basis in the configuration file. It is
possible to have multiple -i options (and multiple identities
specified in configuration files). ssh will also try to load
certificate information from the filename obtained by appending
-cert.pub to identity filenames.