tjibbevanderlaan / chromeos-filesystem-sftp

ChromeOS app to access SFTP server
https://chrome.google.com/webstore/detail/shared-network-folder-sft/gbheifiifcfekkamhepkeogobihicgmn
BSD 3-Clause "New" or "Revised" License
81 stars 21 forks source link

Allow remembering past connections #24

Closed jmuk closed 9 years ago

jmuk commented 9 years ago

It seems that the SFTP setup dialog forgets everything and I will have to specify the server name, username, and private keys. Can it remember the past connections? I believe a user will connect to limited number of connections (usually 1-3 remote servers).

To emphasize the security, I believe this should NOT remember the password/passphrase, but this can store the private key, as SecureShell does.

yoichiro commented 9 years ago

Agreed, I want to use its function as well. :)

yoichiro commented 9 years ago

This will be supported at the next version: https://github.com/yoichiro/chromeos-filesystem-sftp/pull/30