- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- scp1 compatibility mode is not supported
Operating System - HP-UX
1824638
Members
4652
Online
109672
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
юдл
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
тАО10-31-2005 02:41 AM
тАО10-31-2005 02:41 AM
scp1 compatibility mode is not supported
I'm trying to send files from HPUX machine to VMS-alpha. Sending from Alpha to Ux works like a dream.
The message; scp1 compatibility mode is not supported.
Appears on the HPX.
> SSH -v
reveals;
OpenSSH_4.1, OpenSSL 0.9.7e 25 Oct 2004
HP-UX Secure Shell-A.04.00.001, HP-UX Secure Shell version
> scp -1 file.txt user@machine.domain.xx:/disk/dir
gives me;
scp1 compatibility mode is not supported.
> scp -2 file.txt ...etc
gives me;
Protocol major versions differ: 1 vs. 2
lost connection
In usenet I can find lot of info but not specific to my problem. It either states that you should update the UX software but it doesn't say to what level. It also states to make the SCP on VMS compatible with scp1 but it doesn't say how.
Everything is fine for the rest, SSH, SFTP they all work exept scp from UX to Alpha, and guess what our client would like to use....
If you have suggestions don't hesitate to post!
The message; scp1 compatibility mode is not supported.
Appears on the HPX.
> SSH -v
reveals;
OpenSSH_4.1, OpenSSL 0.9.7e 25 Oct 2004
HP-UX Secure Shell-A.04.00.001, HP-UX Secure Shell version
> scp -1 file.txt user@machine.domain.xx:/disk/dir
gives me;
scp1 compatibility mode is not supported.
> scp -2 file.txt ...etc
gives me;
Protocol major versions differ: 1 vs. 2
lost connection
In usenet I can find lot of info but not specific to my problem. It either states that you should update the UX software but it doesn't say to what level. It also states to make the SCP on VMS compatible with scp1 but it doesn't say how.
Everything is fine for the rest, SSH, SFTP they all work exept scp from UX to Alpha, and guess what our client would like to use....
If you have suggestions don't hesitate to post!
Resistance is not an option.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-30-2005 02:17 AM
тАО11-30-2005 02:17 AM
Re: scp1 compatibility mode is not supported
Sorry Bert - not a suggestion!
But I was wondering if you had managed to resolve this issue, as I've got exactly the same problem and can't seem to fix it.
(I'm using Linux to SCP to VMS, and get the "scp1 compatibility mode is not supported" error regardless of whether I specific -1 or -2 in the SCP command)
Chris
But I was wondering if you had managed to resolve this issue, as I've got exactly the same problem and can't seem to fix it.
(I'm using Linux to SCP to VMS, and get the "scp1 compatibility mode is not supported" error regardless of whether I specific -1 or -2 in the SCP command)
Chris
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-30-2005 03:05 AM
тАО11-30-2005 03:05 AM
Re: scp1 compatibility mode is not supported
Hello Bart,
One host is running SSH version 1 protocol and one is running version 2 protocol. I not sure from your message which is which. I know nothing about VMS, so I'll deal with the HP end.
Please check the Protocol line in your sshd config at /opt/ssh/etc/sshd_config.
I'll bet it's set "Protocol 2". If so change it to be "Protocol 2,1" and then cycle sshd
cd /sbin/init.d
./secsh stop && ./secsh start
I think that'll fix it for you.
You can check which protocol your SSH is running by telneting to localhost port 22.
telnet localhost 22
It will show SSH-2.0-.. or SSH-1.?...
Regards,
Tom
One host is running SSH version 1 protocol and one is running version 2 protocol. I not sure from your message which is which. I know nothing about VMS, so I'll deal with the HP end.
Please check the Protocol line in your sshd config at /opt/ssh/etc/sshd_config.
I'll bet it's set "Protocol 2". If so change it to be "Protocol 2,1" and then cycle sshd
cd /sbin/init.d
./secsh stop && ./secsh start
I think that'll fix it for you.
You can check which protocol your SSH is running by telneting to localhost port 22.
telnet localhost 22
It will show SSH-2.0-.. or SSH-1.?...
Regards,
Tom
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP