Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hardening/23_admin_commands_over_ssh #24

Merged
merged 9 commits into from
Jul 23, 2015

Conversation

frbattid
Copy link
Member

Successful command executed: 'bash -c echo "sudo useradd frb" | ssh -i /Users/frb/devel/fiware/private-key.pem [email protected]'
Successful command executed: 'bash -c echo "echo c | sudo passwd frb --stdin" | ssh -i /Users/frb/devel/fiware/private-key.pem [email protected]'
Successful command executed: 'bash -c echo "sudo -u hdfs hadoop fs -mkdir /user/frb" | ssh -i /Users/frb/devel/fiware/private-key.pem [email protected]'
Successful command executed: 'bash -c echo "sudo -u hdfs hadoop fs -chown -R frb:frb /user/frb" | ssh -i /Users/frb/devel/fiware/private-key.pem [email protected]'
Successful command executed: 'bash -c echo "sudo -u hdfs hadoop fs -chmod -R 740 /user/frb" | ssh -i /Users/frb/devel/fiware/private-key.pem [email protected]'
Successful command executed: 'bash -c echo "sudo -u hdfs hadoop dfsadmin -setSpaceQuota 5g /user/frb" | ssh -i /Users/frb/devel/fiware/private-key.pem [email protected]'

@@ -2,15 +2,27 @@
"gui": {
"port": 80
},
"clusters": {
"storage": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just wondering if you have checked if the observed behaviour when these data is passed as "" is the desired one... :)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be addressed in the following techdebt issue: #30

@gtorodelvalle
Copy link
Member

LGTM but a couple of minor comments included regarding passing configuration parameters as blank ;)

gtorodelvalle added a commit that referenced this pull request Jul 23, 2015
…er_ssh

hardening/23_admin_commands_over_ssh
@gtorodelvalle gtorodelvalle merged commit cf9fa5e into develop Jul 23, 2015
@gtorodelvalle gtorodelvalle deleted the feature/23_admin_commands_over_ssh branch July 23, 2015 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants