Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Feature request - ssh password support #6

Open
wykas opened this issue Mar 17, 2018 · 5 comments
Open

Feature request - ssh password support #6

wykas opened this issue Mar 17, 2018 · 5 comments
Labels
enhancement New feature or request

Comments

@wykas
Copy link

wykas commented Mar 17, 2018

Would it be possible to add ssh login with password support?

@NixBiks NixBiks added the enhancement New feature or request label Mar 22, 2018
@NixBiks
Copy link
Collaborator

NixBiks commented Mar 22, 2018

Will implement it in next release but I am pretty tied up on moving appartment at the momemt.

@claudioita
Copy link

Hi, I would also like to see this. Since I do not understand how to create ssh keys and all that .... I tried with my qnap but failed .... with an ssh password would be more easy.

Thanks!

@claudioita
Copy link

claudioita commented Sep 5, 2018

I finally managed to have a SSH key (I think), but I am not ablke to insert it. Which is the correct format in the configuration?

-----BEGIN RSA PRIVATE KEY-----
Proc-Type: 4,ENCRYPTED
DEK-Info: AES-128-CBC,0FDD976CA89DD2C7D8B58ED9B3584D41

OCf7hYLxR1wUZGmiC9qNK9ijC03xok/aM9/qHUKcONDgWWkutP7pFXvDBr34PE5Q
7akgojYabjdrMDRleVi1QRJVb34A8WDCZF+HDw+r/UtkYEztampd8CEb7VG4+d0B
Vxgec4sOvKUkRFLssRndv4eslKRazmhGPFBFkWwYNPBzlfN6SNDuyaRC4O2OkeKd
/CkZpr3GlYPv+XHkZz+jiZQj58b32sUcII03usnRrnqi5SPlpC9PEt/cbYOB9b07
rtn7CK/WUKSPKQbAToNyjLakT/SCXGo5yMYNpQUepTEh/mYFdz1JPyQSl+PmeaIi
M+sVo5ogggN6c1RkFdwXnvwzvZ2Z4nIVDJ6PO7BC+bQsp5prDStI0ISbcPkIn/cs
I7a3nX9Irkjumlv1ppxmqiMMSpGEfBiPqNfoGSgHhAG8+AtydaqNytPVRywhq8KM
Ar2fdDhZq2TNTlfc24IpbEt8YLgamODHUFQ+1/i2En4ebjq+qtd99RIGdzOGO2HM
xFxGSgT7k1V5A+rsbYmlNMvftT2yJ6oWMdElTeih6+FfvVeXsUgCnJjzbH86sqt3
+I3C55ilRPel7Km3vL0WPiwZNTnFgSNcb6wy7f3SVsazR0wV7X6Nt5p8U4t8KQ72
6xRgzvphvb9liAOj8MmFaCZuxCuh15iTVgHflwrxalPv4bvN/dQjgBfOkNtJSYw7
5auacDhTMWKiWWpYcUC1iwq97ktbAnBRk5hJV7cDvp3oochDVk1dkgj5nnHVtbXK
H5DcxplMBCFbDPY7ziojH/V+9jg8gF9U/mGJr7kP5s93g071BfsFTuAzqv85Q4fi
hpnPHFid28tuunAUjOVJTde92uXLviAm/q9bfVqhpkAtRYWM7+PTwBQv/8MnlLrR
WH8lPw0lLulXoFDaE40s7l24uZwy3Ft8R3osORAlSayadhhXuBYuv1a/qPESMERX
N5rQ55qp8aKA4wEf1AsuYDPDSlmoQ9GdBT5guF6/EsXfo1b6QReDOBMCxB+Z6Dqo
5XfEx2CS47eB7NJSMYsb6syF97FE8ofFomoNbIGZOngE21Yd0lPoMUTJzhhNSmTV
8U5ReuagMm2BQ2SeRZ1E0zQjNkZet0aHKOLzNLMEit9hnyvzE5dZi87P6ZgFSRkB
B/luGQbJZBVBeUdvGSWC8PYa/ikXGwK4VmLxmResqQJA9oDYw+rnrB6Klgn4DIk4
oN5+Vr7USWoIV4+732J6O6+hbz4otqFfeft3lteCbtvPTpyLtIg8BYmfiu9nlttn
RoU/lOxNyw51PkN/9lLsJoJy3R4AxbuvSzohP/sGtHDa0njeRIL2QsYlk47BFZFN
-----END RSA PRIVATE KEY-----

@ViktorDa
Copy link

ViktorDa commented Jan 7, 2019

Also really wishing for the password support. Thx for an amazing plug-in!

@ParadingLunatic
Copy link

I finally managed to have a SSH key (I think), but I am not ablke to insert it. Which is the correct format in the configuration?

-----BEGIN RSA PRIVATE KEY-----
Proc-Type: 4,ENCRYPTED
DEK-Info: AES-128-CBC,0FDD976CA89DD2C7D8B58ED9B3584D41

OCf7hYLxR1wUZGmiC9qNK9ijC03xok/aM9/qHUKcONDgWWkutP7pFXvDBr34PE5Q
7akgojYabjdrMDRleVi1QRJVb34A8WDCZF+HDw+r/UtkYEztampd8CEb7VG4+d0B
.....
oN5+Vr7USWoIV4+732J6O6+hbz4otqFfeft3lteCbtvPTpyLtIg8BYmfiu9nlttn
RoU/lOxNyw51PkN/9lLsJoJy3R4AxbuvSzohP/sGtHDa0njeRIL2QsYlk47BFZFN
-----END RSA PRIVATE KEY-----

First off, you really shouldn't have copied/pasted the key, although at least it's encrypted with a passphrase thankfully. In order to use the key you generated, you'll need to decrypt it to a file so you can get the decrypted version of the private key.

Don't really know what OS, etc you're using but usually you would use OpenSSL to do this.
"openssl rsa -in [encryptedfile] -out [whatevernameyouwant]"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants