- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Secure FTP on VMS
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2011 04:16 AM
09-06-2011 04:16 AM
Secure FTP on VMS
Hello,
We run an Alpha Server DS20E - VMS 8.3, SSH 5.5, TCPIP 5.6-ECO 5
We can Secure FTP with the command "$ SFTP2" to other servers on our corporate network (WAN)
We can FTP through our proxy to EXTERNAL FTP sites.
We wish to Secure FTP through our proxy to EXTERNAL Secure FTP sites.
How can this be achieved?
I can acheive a similar result from a Windows XP PC on the same network. I use PUTTY which allows the setup of a proxy and secure FTP is acheived to EXTERNAL clients. Trying to setup something similar
for our VMS system.
- Tags:
- sftp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2011 05:43 AM
09-06-2011 05:43 AM
Re: Secure FTP on VMS
While sharing three letters in its name and its purpose, sftp is entirely different from ftp. And to add confusion, ftps is ftp via ssl; yet different.
Traditional sftp cannot typically be proxied without breaching the protocol security; a proxy server is seeking to perform a Man-in-the-Middle protocol attack, and sftp and ssh are intended to avoid exposures to that and to flag that.
Traditional ftp can be proxied, and (barring an ftp connection via a site-to-site or client-to-site VPN, stunnel, or related) is exquisitely insecure, in addition to its usual issues with navigating firewalls.
OpenVMS with TCP/IP Services offers both ftp client and server, and variants of SSH's sftp client and server.
Talk with your corporate network IT and network security here around firewall options and protocols. Some sites limit sftp and ssh (because they can't sniff it) and some prefer the secure protocols to telnet and ftp (which can be sniffed, and which do trivially expose the login credentials in cleartext).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2011 10:11 AM
09-12-2011 10:11 AM
Re: Secure FTP on VMS
SFTP' ing through a proxy is not possible using the standard SFTP tool
as supplied with TCP/IP services.
Curl would be an alternative, but the currently standard curl build for VMS
does not offer SSH.
You might have luck with a creative STunnel solution, but that would
be a lot of work to set up and maintain, and could open up a lot of
unintended security holes.
I humbly beg to disagree with Hoff that SSH over an HTTP connect proxy
(the usual proxy type) would break the protocol any more than another
network component like a router or a switch would.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2011 10:59 AM
09-12-2011 10:59 AM
Re: Secure FTP on VMS
This so-called forum software is utter dreck.
Some folks mean proxying over a protocol. Some mean to establish a connection via an intermediate proxy host.
If you can intercept ssh (which is what a proxy host does), then there's a problem with your certificate vendor, or with your local certificate security or ceriticate authority, or you've deliberately decided to expose your secured traffic to traverse the proxy host.
If somebody is blocking ssh for whatever reason, then yes, you can proxy over DNS or http or otherwise (and which is an end-to-end connection and should be secure), via a tool such as corkscrew via an ssh ProxyCommand via netcat or such and bypass the filters, or you can potentially use multi-hop ssh. (And some of these mean you really need to trust that proxy host.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2011 07:03 AM
09-13-2011 07:03 AM
Re: Secure FTP on VMS
Thank you both for your replies
Not exactly the answers I was looking for so
I propose to keep these procedures on a networked PC for the time being as I have a process working using PUTTY PSFTP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2011 08:07 AM
09-13-2011 08:07 AM
Re: Secure FTP on VMS
Escalate this to management. A security policy or firewall rule that might well be a reasonable design in the generic but that's now in the way of fulfilling a specific business requirement can usually be removed or adjusted through the assistance of management. These sorts of trade-offs are what management gets paid for, after all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2011 08:08 PM
09-14-2011 08:08 PM
Re: Secure FTP on VMS
Could provide the security you require?