Home > database >  Pb how to develop a Linux client (an ssh2 protocol)
Pb how to develop a Linux client (an ssh2 protocol)

Time:09-18

I have a Linux host, I would like to develop a client, through an ssh2 protocol connection, perform some command or script,

Similar to the CRT so,


Main function, enter the IP, user password to connect to the Linux host, and then enter the ls -l client show the results

Looking for a long time online, fruitless, please advice, thanks a lot

CodePudding user response:

refer to the original poster daydayup0323 response:
I have a Linux host, I want to develop a client, through an ssh2 protocol connection, perform some command or script,

Similar to the CRT so,


Main function, enter the IP, user password to connect to the Linux host, and then enter the ls -l client show the results

Looking for a long time online, fruitless, please expert advice, thank you very much


This stuff with pb can't directly do, you can do a function in C or other language, call in pb
  • Related