Operating System - OpenVMS
1748100 Members
5575 Online
108758 Solutions
New Discussion юеВ

Re: Secured ftp from Unix to VMS cluster

 
Chand Basha
Advisor

Re: Secured ftp from Unix to VMS cluster

I tried with different username also and the result is same.

I tried to run ssh command from VMS to VMS cluster machine. Here also it is asking password again and again. Looks like there should be some setup we need to do for VMS cluster machine.
Zeni B. Schleter
Regular Advisor

Re: Secured ftp from Unix to VMS cluster

Make sure that the intrusion database is clear. Both old and new.
$ Show Intrusion
$ Show Intrusion/old

You may also need to check the account that is your destination is still enabled.

This is not the source of your problem but during my efforts trying to figure the ways of SSH2 , I have been caught by this secondary problem.

The configuration is controlled by MULTINET_ROOT:[MULTINET.SSH2]SSHD2_CONFIG.
If the IP name or number changed, a new host key may have to be created by the system manager. Seems like that was an obvious error , though.
Thomas Ritter
Respected Contributor

Re: Secured ftp from Unix to VMS cluster

We do not allow direct FTP access to any of our VMS hosts. Our approach is to use a dedicated FTP server, in our case an ALPHA DS10. All the FTP usage is to this highly security configured DS10. The other VMS hosts use DECNET to access the VMS FTP server. So VMS to VMS is only DECNET. This is an approach that can be made very secure and is praised by auditors. Think about how each DECNET can make copy and find files easy for applications.


Steven Schweda
Honored Contributor

Re: Secured ftp from Unix to VMS cluster

> Add correct host key in /home/sftpuser/.ssh/known_hosts to get rid of this mess.

> Can you try a different username
> (after fixing the problem with the keys).
============================================

Perhaps you should take the hint(s) and fix
the problem with the keys.
Chand Basha
Advisor

Re: Secured ftp from Unix to VMS cluster

Added correct hostkey and also tried with different username..but still problem exists
Steven Schweda
Honored Contributor

Re: Secured ftp from Unix to VMS cluster

If you're getting the same error messages
complaining about the host keys, then I think
that there may still be a problem with the host keys.

If you're getting any different error
messages, then you may wish to share them with
us.
Chand Basha
Advisor

Re: Secured ftp from Unix to VMS cluster

I am not getting any error message.
It is prompting for enter password again and again
Steven Schweda
Honored Contributor

Re: Secured ftp from Unix to VMS cluster

> I am not getting any error message.

Remember this stuff?:

> scp -v command gives the following output
> [...]

I consider this to be error message:

Add correct host key in /home/sftpuser/.ssh/known_hosts to get rid of this mess.
Offending key in /home/sftpuser/.ssh/known_hosts:2
DSA host key for tyson1.tyson.com has changed and you have requested strict che.
Host key verification failed.


What would you call it?
Chand Basha
Advisor

Re: Secured ftp from Unix to VMS cluster

I ran scp -v command with different hostname. There is no error message. It is just asking password again and again

Chand Basha
Advisor

Re: Secured ftp from Unix to VMS cluster

Created new thread