|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Issue while connecting to SFTP Server by Key Exchange |
« View previous topic :: View next topic » |
Author |
Message
|
sourdas2 |
Posted: Sun Dec 13, 2015 11:45 pm Post subject: Issue while connecting to SFTP Server by Key Exchange |
|
|
 Voyager
Joined: 21 Apr 2006 Posts: 90 Location: Kolkata,India
|
Hello,
I am running WMB 7.0 under AIX user "brkadm". The public key of "brkadm" is imported into a sftp host "sftphostname1" under user "sftpuser1". From AIX command, I can successfully connect to sftphostname1 as follows:
Code: |
bash-4.2$ sudo su - brkadm
[YOU HAVE NEW MAIL]
MQSI 7.0.0.0
/usr/opt/mqsi7
$ bash
bash-4.2$ sftp sftpuser1@sftphostname1
You are entering into a secured area.
This service is restricted to authorized users only. All activities on this system are logged.
Unauthorized access will be fully investigated and reported to the appropriate law enforcement agencies.
Connected to sftphostname1.
sftp>
|
I have created the following config service and security identity in Broker to connect to the sftp host.
Code: |
mqsisetdbparms BrokerName -n sftp::SSH_SFTPUSER -u sftpuser1 -i /home/brkadm/.ssh/id_rsa
mqsicreateconfigurableservice BrokerName -c FtpServer -o MyConfig1 -n protocol,remoteDirectory,securityIdentity,serverName -v SFTP,/Path/INXXXX,SSH_SFTPUSER,sftphostname1
|
But message broker is throwing the following exception while connecting the sftp host. Please suggest if I have missed anything.
Code: |
BIP3380E: File node 'FileInput' in message flow could not connect to remote 'SFTP' server 'sftphostname1'. Reason: 'MAC or CIPHER not supported by the server.'
|
_________________ Thanks and Warm Regards
Sourav |
|
Back to top |
|
 |
joebuckeye |
Posted: Mon Dec 14, 2015 5:13 am Post subject: |
|
|
 Partisan
Joined: 24 Aug 2007 Posts: 365 Location: Columbus, OH
|
What CIPHER and MAC values do the server support?
Which of these values does a 7.0 broker support?
7.0 is old enough that plenty has changed in this space since it was current.
Hopefully 7.0 can support what the server is using now.
Also, what is the result of your AIX command line call without calling bash first? Not sure the broker does this before initiating the sftp call. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|