IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  SSH Communication to AS400 Systems

    Posted 12/16/14 04:07 AM

    Hello,

    IS 8.2.2/wmAS400Adapter

    We are using a AS400 Adapter to communicate with our AS400 core system. Unfortunately with AS400 Adapter, it does not support Secured connection and Credentials are passed as free text while establishing a connection with AS400 system, our security team is not accepting the non secured communication emphasizing us to make it secured communication from IS to AS400 system. Adapter to include secured connection may not happen or may take more time.

    During this time, we are thinking of using openSSH session open between Integration platform OS and AS400 system and wmS400 Adapter will be configured to use the SSH Port local SSH Proxy, By this way we can achieve the secured communication between two systems. Any one had experienced such approach ?

    I only tried to use Putty to communicate with production system using SSH tunneling however never used to communicate directly from an application. Any help is highly appreciated.

    Thanks in Advance

    • Min

    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: SSH Communication to AS400 Systems

    Posted 01/02/15 02:11 PM

    there used to be an OpenSSH package. you can look up in sample codes if it still available.

    Or you can try writing own java implementation using JSCH API


    #Integration-Server-and-ESB
    #webMethods