Run ParallelSSHClient on 8 servers. One server is having port 422. All other servers on port 22 #361
-
| 
         I want to execute ParallelSSHClient on 8 servers.  One server is having port 422. All other servers on port 22.  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
| 
         We have stored the IP address in PostgreSQL database. How to store the HostConfig data in PostgreSQL.  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         Hi there, Have a look at per-host configuration documentation. Port can be omitted from  Overrides port to 422 for only the first host. Second host gets  Storing  The library uses   | 
  
Beta Was this translation helpful? Give feedback.
Hi there,
Have a look at per-host configuration documentation.
Port can be omitted from
HostConfigunless it's a non-default port. Default port is 22. If there is no need to override any configuration for a server an emptyHostConfigmay be used, eg:Overrid…