Hi Praveen,
We are using HP Insight Manager for ssh configuration.
Please verify following post installation steps.
- Rename c:\OpenSSH\etc\sshd_config to c:\OpenSSH\sshd_config.bak.
- Copy the preconfigured sshd_config into c:\OpenSSH\etc(will be given by webMethods team)
SIZE=3[/size] Open a command window
SIZE=3[/size] Navigate to \bin folder
SIZE=3[/size] Add windows groups to SSH config:
mkgroup -l > …\etc\group (local groups)
mkgroup -d > …\etc\group (domain groups)
SIZE=3[/size] Add windows user(with which webMethods installation is carried out) to SSH config
mkpasswd -l [-u ] >> …\etc\passwd (local users)
mkpasswd -d [-u ] >> …\etc\passwd (domain users)
- Generate .ssh folder under windows user profile and copy public key under it.
SIZE=3[/size] Open a command window
SIZE=3[/size] Navigate to \bin folder
SIZE=3[/size] Run the following command: ssh-keygen –t rsa
SIZE=3[/size] Accept default values. Do not specify any passphrase.
SIZE=3[/size] Copy the content of id_rsa.pub and paste it into the file ‘authorized_keys’
-
- Restart the OpenSSH service from services.msc or by running there 2 commands
net stop opensshd
net start opensshd.
Many Thanks.
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services