- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- SFTP via a PROXY
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
Forums
Discussions
Discussions
Discussions
Forums
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
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
тАО02-24-2010 02:15 AM
тАО02-24-2010 02:15 AM
SFTP via a PROXY
How can I setup a Secure FTP session via a Proxy Server?
There dosent appear to be any option for this with SFTP2?
Usage: sftp2 [-D debug_level_spec] [-B batchfile] [-S path] [-h]
[-V] [-P port] [-b buffer_size]
[-4] [-6] "[-C]" [-o option_to_ssh2]
[user@]host[#port]
My versions of TCPIP:-
TCPIP> show version
HP TCP/IP Services for OpenVMS Alpha Version V5.4 - ECO 7
on a COMPAQ AlphaServer DS20E 666 MHz running OpenVMS V7.3-2
and version of sftp2:-
DAVE$ sftp2 "-V"
dave$dkb0:[sys0.syscommon.][sysexe]tcpip$ssh_sftp2.exe: SSH Secure Shell OpenVMS
(V5.5) 3.2.0 on COMPAQ AlphaServer DS20E 666 MHz - VMS V7.3-2
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-24-2010 03:07 AM
тАО02-24-2010 03:07 AM
Re: SFTP via a PROXY
The ssh path is usually either allowed, or it is blocked.
ssh (and thus sftp) doesn't usually get proxied. It's deliberately intended to be somewhat resistant to man-in-the-middle, which means that folks that need this sort of thing tend to go for a gateway or such. Or tunneling.
And tunneling a tunnel is, well, somewhat higher in the absurdity dimension than baseline IT norms.
There are folks around that run sftp tunneled over https via proxy server via a package known as corkscrew or by proxytunnel (the latter is over on Sourceforge), but then there are also folks that tunnel IP over DNS, too. These tunnels tend to require the far end have sftp configured via 443, so this requirement tends to be a flag for local IT policies run amok, or potentially as an indication of nefarious LAN activities. If this is a legitimate request, it's best time to escalate this and to cause local management to sort this mess out for you.
So. What are you really up to?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-24-2010 03:17 AM
тАО02-24-2010 03:17 AM
Re: SFTP via a PROXY
We deliver data files on a daily basis to them.
One of these said clients has now requested we Secure FTP to them rather than FTP.
i was able to setup FTP via the proxy a couple of years ago without any problems and just didnt see the obvious way you would use SFTP or SCP to acheive this.
By the sounds of it I may have to go to my IT resource centrally which i dont really want to involve in this if there is a possibility of acheiving the goal myself (as was the case in FTP)
Roger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-24-2010 05:46 AM
тАО02-24-2010 05:46 AM
Re: SFTP via a PROXY
Any IT organization that blocks legitimate and secure customer-facing network communications is usually a good sign it's time to short your company's stock and/or to dust off and update your own resume. In all bluntness.
In general, ftp is typically somewhere between a last resort and a bad choice. It would usually be better to push via sftp, and to only fall back to ftp for those entities that don't particularly care about security.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-24-2010 05:53 AM
тАО02-24-2010 05:53 AM
Re: SFTP via a PROXY
will proceed via my IT