-
The `runas` option isn't effective on Fedora 29 with `salt-2018.3.2-5.fc29.noarch` because `getpass.getuser()` while running as root is returning the `runas` username. This affects `cmd.run,` `git.la…
-
Hi Louis,
I've been playing around with this code a bit, to get a feel for the PACT standard. I've been able to get the basics working, and load and retrieve the example footprint from the PACT st…
-
It looks like getpass does not understand keys like backspace:
```
raku -e'use Terminal::Getpass; say getpass().ords'
# input, replace by hitting the backspace key: abcdef
# output: (97 98 99 1…
-
I mentioned to Dorota that it might be useful to implement an actual 'user' field that will return who ran each process. Locally, this is quite limited (e.g., my MacBook will return 'calir' as the cur…
-
Decrypting a vault works absolutely fine, trying to re-encrypt throws an error shown below:
It's worth pointing out that I have not edited any config file and am typing/pasting the password into the …
-
I'm getting an error when I try to run your script and can not figure out what's going wrong
`$ python pythonR1script5.py`
**Enter your remote account:** david
**Password:** cisco
**Configu…
-
### I did this
## Error on getpass
> error: call to undeclared function 'getpass_r'; ISO C99 and later do not support implicit function declarations
```
/Users/runner/work/apothecary/apothec…
-
## Description of the problem
Client not working properly. It shows that I'm logging in facebook from some browser on
my phone (I set it up so that it shows me messages when I'm logging in from some…
-
I'm trying to login to openshift from the following python script:
from kubernetes import client
from openshift.dynamic import DynamicClient
from openshift.helper.userpassauth import OCPLoginCo…
-
Hi Team,
I am trying to connect Cisco UCSM using ssh through Paramiko. My commands are getting failed. When i enter same commands manually it is working fine. Please Can any one guide me how to fix…