I am using the ssh extension to mount a remote folder using key-based authentication.
a tutorial online said to click "import" in the connection settings dialog and select the private and pub keys. This worked fine and i am able to mount the folder (SFTP).
my question is: where do the key files get imported to? are they saved in some deep chrome extension folder?
also, is there a way to point the ssh extension to use the key files already present on the system in the ~/.ssh folder, rather than doing this import thing. I tried using the arguments section by adding to the arguments field: [-i /home/chronos/user/.ssh/id_rsa -i /home/chronos/user/.sshi/id_rsa.pub] but this won't work i also tried [ -o IdentityFile=/home/chronos/user/.ssh/id_rsa IdentityFile=home/chronos/user/.ssh/id_rsa.pub] also doesn't work