You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Sai Boorlagadda (JIRA)" <ji...@apache.org> on 2019/02/20 22:38:00 UTC

[jira] [Created] (GEODE-6438) Windows CI images to not consider administrators_authorized_keys

Sai Boorlagadda created GEODE-6438:
--------------------------------------

             Summary: Windows CI images to not consider administrators_authorized_keys
                 Key: GEODE-6438
                 URL: https://issues.apache.org/jira/browse/GEODE-6438
             Project: Geode
          Issue Type: Task
          Components: ci
            Reporter: Sai Boorlagadda


sshd builds on windows-server seems to be failing to accept a connection as the service would look into authorized keys in a specific location `__PROGRAMDATA__/ssh/administrators_authorized_keys` whereas packer script creates the file in C:\Users\geode\.ssh.

So comment these two lines in sshd_config so the service fallback to $HOME/.ssh/authorized_keys.

For more information: https://github.com/PowerShell/Win32-OpenSSH/issues/1306



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)