Robotic Process Automation (RPA)

Robotic Process Automation (RPA)

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
  • 1.  OpenSSH Issue

    Posted 01/18/22 11:05 AM

    Hi, there.
    First, I not good at using English.
    So, plz take a look.

    I have a question about <startSSH> command.
    As you can see, when i use <startSSH> command, it's occur error.

    Key "OpenSSH" is not Suppored

    See under image.


    I'm shy to show my data, this is sample data for <startSSH> command.

    When use OpenSSH in cmd, it works very well.
    (<passphrase> is Null. I dont assign passphrase when setting OpenSSH)
    So, i have question about this command <OpenSSH>.

        1. Why this Error occur??
             If you guys happend this problem and solve this problem, plz let me know why occur error and solution.
             
        2. If I cannot use OpenSSH, then I want to know what you guys use SSH program.
            Actually, I dont know other ssh program.
            I need you guys help.

    Thank you for watching my discussion.
    Have a good day guys.

    ------------------------------
    재현 김
    ------------------------------


  • 2.  RE: OpenSSH Issue

    Posted 01/18/22 01:37 PM
    Hi, it seems this command does not support private keys in the OPENSSH format.

    The private key is specified in the --keygen parameter. Such parameter should be a file with other formats, like RSA.

    ------------------------------
    Joba Diniz
    Product Manager
    IBM
    ------------------------------



  • 3.  RE: OpenSSH Issue

    Posted 01/18/22 06:56 PM
    Edited by 재현 김 01/18/22 06:58 PM
    Hi, Joba Diniz.

    First, I make private key by <ED25519> algorithm.
    Because in Microsoft menual, this algorithm is used to make pub / private key.


    You guess I have to use RSA algorithm to make keys.
    (In cmd, <ssh-keygen -t rsa> : make RSA algorithm keys)
    So I make other keys, and try again.

    See this command

    Also, I'm not assign passpharse. 
    But this command occur same error.


    And ssh connection works very well in cmd or powershell.




    I think this issue is occured by other reason, not key algorithm.

    But your help is very helpful, and widen my knowledge.
    Thanks for your help.


    ------------------------------
    재현 김
    ------------------------------



  • 4.  RE: OpenSSH Issue

    Posted 01/21/22 09:20 AM
    Hello,

    Just to make sure, but did you install it as an authorized key on the server, right?

    ------------------------------
    Erick Ramos dos Santos
    ------------------------------