Secure FTP on Solaris 2.6
I've recently received a request to install "Secure FTP" on Solaris 2.6.Can anybody give me some pointers? Does Sun offer a "Secure FTP" product for Solaris 2.6?
[190 byte] By [
fzvcp0] at [2007-11-25 23:34:35]

# 1
"Secure FTP" usually means the SFTP protocol in Secure Shell (SSH).
SSH is included in Solaris as of v9 - not included in v2.6.
Sunfrewware.com has OpenSSH packages, and Sun Blueprints has documents on SSH on Solaris.
See also www.openssh.org. (You'll need the 'portable' version if you're compiling it yourself.)
You'll also need OpenSSL (www.openssl.org).
-R
# 2
Two Questions:Is SSH supported by Sun Microsystems for Solaris 2.6? i.e. patches, security updates, etc?Is SSL available from and/or supported by Sun Microsystems for Solaris 2.6?