nskmda

Results 5 issues of nskmda

May b I can simply add it to the list of supported commands? Or should it be a 'new feature request'? Even here on GH some main menu items r...

Team, I'm getting the following stack trace when using an SSH key to connect to the target server (actually, an outdated one, for which I had to enable `ssh-rsa` "stuff"....

Team, Is there a way to configure pybuilder to use version of python different from the one installed in the system in the virtual environment it creates? Thanks.

Team, I'm trying to set up Python build in a project which is 'governed' by Gradle. I'm also trying to use Gradle/Maven-conventional source path for Python files (src/main/python, src/test/python). In...

Team, I need to convert SSH2-formatted public keys to the SSH format. So far (by poking around) I managed to find out there's this `public_bytes()` method on the RSA type...