Nó không hoàn toàn liền mạch, nhưng ssh
nhị phân được cung cấp bởi busybox (ít nhất là của tôi) hỗ trợ -i
cờ, vì vậy bạn có thể đặt khóa bất cứ nơi nào bạn muốn và sử dụng:
ssh -i /path/to/key_file joeuser@somehost.com
Mục nhập trang con người có liên quan cho -i
(với lời cảnh báo rằng thông tin về đường dẫn mặc định có thể không giống nhau trên 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.