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

Restart ssh service after updating the sshd configuration #105

Open
taicaile opened this issue Oct 28, 2021 · 1 comment · May be fixed by #108
Open

Restart ssh service after updating the sshd configuration #105

taicaile opened this issue Oct 28, 2021 · 1 comment · May be fixed by #108

Comments

@taicaile
Copy link

Hello, the service ssh start might be better changed to service ssh restart in case the ssh service already started.

os.system('service ssh start')

to

 os.system('service ssh restart') 
@WassimBenzarti
Copy link
Owner

Hello again @taicaile :)

Thank you for filing this issue, I think this is very relevant. I will be creating a pull request as soon as possible.

Thank you for making colab-ssh amazing :)

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 a pull request may close this issue.

2 participants