Jump to content

Per-Arne

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by Per-Arne

  1. On 8/28/2021 at 10:08 PM, texanman said:

    Looks like using a ssh key pair is not working? Added my public key file using the specific variable and double checked its addition via /config/.ssh/authorized_keys by connecting to the console which looks to have been added. However using both putty from Windows or my ssh app on my ipad gives me an the error that no authentication method error. I took the same public key and added it to a raspberry pi I used for various testing of things. Once it was added I then tried the same two apps to connect and both immediately worked. Is there a setting that needs to be changed in the /config folder to allow authentication via key files?

     

    Tried even using ssh from within the container to login using the same username and I get the same error when specifying the key.

     

    If you changed the parameter "Password Access" to false it means that password authentication is then disabled.

    If you then try to connect with a client that doesn't use a certificate to authenticate then you will get the "no authentication method" error.

    If using putty to connect you need to setup putty to use the private key when connecting and also if you used a password to protect the certificates with (entered during creation) you need to enter the same password to putty, if not then putty will not be able to use the certificate.

     

    Good luck. 

     

     

  2. On 8/28/2021 at 10:08 PM, texanman said:

    Looks like using a ssh key pair is not working? Added my public key file using the specific variable and double checked its addition via /config/.ssh/authorized_keys by connecting to the console which looks to have been added. However using both putty from Windows or my ssh app on my ipad gives me an the error that no authentication method error. I took the same public key and added it to a raspberry pi I used for various testing of things. Once it was added I then tried the same two apps to connect and both immediately worked. Is there a setting that needs to be changed in the /config folder to allow authentication via key files?

     

    Tried even using ssh from within the container to login using the same username and I get the same error when specifying the key.

    Hi.

     

    I have managed to get certificate based authentication working.

    The client that is supposed to connect shall use the private key not the public key.

     

     

  3. Hi, I have been using this docker on unRAID for a while now.

    I intended to install a second instance of the docker but when searching for it in the APP section I can't find it.

    It seems as if this docker has been removed from the unRAID repository?

     

    Is it removed or have I made some error?

    And if it's removed then why?

     

    Regards

×
×
  • Create New...