Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blowfish has been deprecated #426

Open
Mavnus04 opened this issue Feb 15, 2023 · 0 comments
Open

Blowfish has been deprecated #426

Mavnus04 opened this issue Feb 15, 2023 · 0 comments

Comments

@Mavnus04
Copy link

Just running your example code and I get this at the end of the run:

C:\Program Files\Python37\lib\site-packages\paramiko\transport.py:219: CryptographyDeprecationWarning: Blowfish has been deprecated
  "class": algorithms.Blowfish,

Also, I had to add in the string library and strip off the ending newline cause the test was failing.

Execute Command And Verify Output
    [Documentation]    Execute Command can be used to run commands on the remote machine.
    ...                The keyword returns the standard output by default.
    ${output}=         Execute Command    echo ${myString}
    ${output} =  Strip String  ${output}
    Log To Console  ${output}
    Should Be Equal    ${output}  ${myString}

Python 3.7.9

Name: robotframework
Version: 5.0.1

Name: paramiko
Version: 2.7.2

Name: scp
Version: 0.14.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant