Another question, can this be used to create SSO-enabled SFTP? Isn't SFTP just ftp over SSH?
SFTP is a sub-protocol of SSH (technically a "subsystem" in the RFC-speak), which implements features similar to "legacy" FTP. Anyway, our ssh server knows about sftp, so `sftp ` should just work.
Can’t wait to try this.