[
https://issues.apache.org/jira/browse/IMPALA-8314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hector Acosta updated IMPALA-8314:
----------------------------------
Description:
bootstrap_system.sh may generate (or append to) ~/.ssh/authorized_keys and
~/.ssh/config which may result in the following error:
{code:java}
ssh localhost whoami
Bad owner or permissions on $HOME/.ssh/config
{code}
The correct permissions here are 0600 regardless of the umask setting.
was:
bootstrap_system.sh may generate (or append to) ~/.ssh/authorized_keys and
~/.ssh/config which may result in the following error:
{code:java}
ssh localhost whoami
Bad owner or permissions on $HOME/.ssh/config
{code}
> bootstrap_system.sh does not set correct permissions for files in ~/.ssh
> ------------------------------------------------------------------------
>
> Key: IMPALA-8314
> URL: https://issues.apache.org/jira/browse/IMPALA-8314
> Project: IMPALA
> Issue Type: Bug
> Reporter: Hector Acosta
> Priority: Major
>
> bootstrap_system.sh may generate (or append to) ~/.ssh/authorized_keys and
> ~/.ssh/config which may result in the following error:
> {code:java}
> ssh localhost whoami
> Bad owner or permissions on $HOME/.ssh/config
> {code}
> The correct permissions here are 0600 regardless of the umask setting.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]