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

Pack ssh agent #2156

Closed
tolusha opened this issue Aug 17, 2016 · 0 comments
Closed

Pack ssh agent #2156

tolusha opened this issue Aug 17, 2016 · 0 comments
Assignees
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed.
Milestone

Comments

@tolusha
Copy link
Contributor

tolusha commented Aug 17, 2016

sudo apt-get update
sudo apt-get -y install openssh-server
sudo mkdir /var/run/sshd
sudo sed 's@session\s*required\s*pam_loginuid.so@session optional pam_loginuid.so@g' -i /etc/pam.d/sshd
sudo /usr/sbin/sshd -D && tail -f /dev/null
@tolusha tolusha added status/in-progress This issue has been taken by an engineer and is under active development. kind/task Internal things, technical debt, and to-do tasks to be performed. sprint/next team/enterprise labels Aug 17, 2016
@tolusha tolusha self-assigned this Aug 17, 2016
@tolusha tolusha added status/pending-merge and removed status/in-progress This issue has been taken by an engineer and is under active development. labels Aug 18, 2016
@tolusha tolusha added this to the 5.0.0-M1 milestone Sep 8, 2016
@tolusha tolusha closed this as completed Sep 8, 2016
@bmicklea bmicklea mentioned this issue Sep 13, 2016
57 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed.
Projects
None yet
Development

No branches or pull requests

2 participants