यह काफी हद तक सहज नहीं है, लेकिन ssh
बिजीबॉक्स (मेरा, कम से कम) द्वारा प्रदान किया गया बाइनरी -i
ध्वज का समर्थन करता है , इसलिए आप जहां चाहें कुंजी को रख सकते हैं और इसका उपयोग कर सकते हैं:
ssh -i /path/to/key_file joeuser@somehost.com
के लिए प्रासंगिक मैन पेज प्रविष्टि -i
(कैविटी के साथ डिफ़ॉल्ट पथ के बारे में जानकारी Android पर समान नहीं हो सकती है):
-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.