มันไม่ได้ค่อนข้างราบรื่น แต่ssh
ไบนารีที่จัดทำโดย busybox (อย่างน้อยที่สุด) สนับสนุนการ-i
ตั้งค่าสถานะดังนั้นคุณสามารถใส่รหัสได้ทุกที่ที่คุณต้องการและใช้งาน:
ssh -i /path/to/key_file joeuser@somehost.com
รายการman page ที่เกี่ยวข้องสำหรับ-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.