Atom package to browse and edit remote files using FTP and SFTP.
Shift+e Edit hosts. Usable when selecting hosts (Browse).
Shift+d Delete hosts or downloaded files. Usable when selecting hosts (Browse) or open files (Show open files).
Ctrl+Alt+b Select host.
Ctrl+Alt+o Show downloaded files.
Ctrl+Cmd+b Select host.
Ctrl+Cmd+o Show downloaded files
On some sshd configuration (Mac OS X Mavericks), if PasswordAuthentication is not explicitly set to yes, ssh server will not allow non-interactive password authentication. See this issue for more in-depth information.
The package uses ssh2 to connect to ssh servers, and also use the default construct in this package to authenticate with an agent. On Windows, the agent will be set to "pageant", otherwise it assumes a \ix system and uses "process.env['SSH_AUTH_SOCK']" to get the agent. This can be overridden in the settings.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.