# Remote: support alternate sftp extensions

**URL:** https://discourse.julialang.org/t/remote-support-alternate-sftp-extensions/30809
**Category:** Juno
**Created:** [November 6, 2019, 10:19pm UTC](https://discourse.julialang.org/t/remote-support-alternate-sftp-extensions/30809 "2019-11-06T22:19:36Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![FredC](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/fredc/32/9857_2.png) [@FredC](https://discourse.julialang.org/u/FredC)
#### Post date: [November 6, 2019, 10:19pm UTC](https://discourse.julialang.org/t/remote-support-alternate-sftp-extensions/30809/1 "2019-11-06T22:19:36Z")

</div>

The ftp-remote-edit extension stores encrypted connection information. Other extensions are more conventional in allowing a per-session password input. Remote FTP, for example. The ability to use that package for SFTP access is therefore desirable.

---

<div class="post-metadata">

### Author: ![pfitzseb](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/pfitzseb/32/45566_2.png) [@pfitzseb](https://discourse.julialang.org/u/pfitzseb)
#### Post date: [November 6, 2019, 10:25pm UTC](https://discourse.julialang.org/t/remote-support-alternate-sftp-extensions/30809/2 "2019-11-06T22:25:56Z")

</div>

If you don’t want Atom to handle any sensitive info then just use the SSH Agent login type. You’ll still need to set a password, but that doesn’t seem too much of a hassle.

It would probably also be possible to add the capability for per-session logins to ftp-remote-edit. Switching Juno to [ftp-remote](https://atom.io/packages/remote-ftp) is not going to happen since that package seems abandoned.
