-
Hi,
I am using the Keyword “Execute Command” of SSH Library (trilead_sshlibrary). This is showing me an unexpected behavior when I run the code from RedHat Linux using jython. It returns a Return Cod…
yanne updated
10 years ago
-
It would make more sense to have path separator configurable per connection instead of passing it as an argument `path_separator` to keywords `Get File`, `Put File`, `Get Directory` and `Put Directory…
yanne updated
10 years ago
-
I need to have the ability to pass arguments to paramiko when creating the connection.
I ran into a problem with "SSHD-CORE-0.6.0" which is a java based SSHD server.
DEBUG:paramiko.transport:usera…
yanne updated
10 years ago
-
This includes removing the following keywords that were deprecated in SSHLibrary 1.1:
- `Set Timeout`
- `Set Prompt`
- `Set Newline`
- `Set Default Log Level`
Starting from 1.1, these settings can al…
yanne updated
10 years ago
-
It's likely useful to see the return code of the command executed with `Execute Command` in log so the keyword should log (in addition to the currently logged executed command) the return code of the …
yanne updated
10 years ago
-
Write the packaging/release instrucions in BUILD.rst and include the file in the source repo.
This issue was originally opened at Google Code on Sep 24, 2013.
yanne updated
10 years ago
-
Write keywords (`Write`, `Write Bare` and `Write Until Expected Output`) seem to require prompt to be set before they can be used. There seems to be no valid reason for this behaviour and prompt is no…
yanne updated
10 years ago
-
Terminal type, width and height are currently configurable only per connection (giving them as arguments to `Open Connection` or later updating them with `Set Client Configuration`).
The library shou…
yanne updated
10 years ago
-
SSHLibrary do not allow to connect to remote server or relog user while there is password returned in prompt. It is possible to use rsa keys, but only if user has permissions to save file. In my opini…
yanne updated
10 years ago
-
Keywords `Execute Command` and `Read Command Output` arguments `return_stdout`, `return_stderr` and `return_rc` should be handled so that non-empty strings evaluate true except for `false` and `False`…
yanne updated
10 years ago