We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, the service ssh start might be better changed to service ssh restart in case the ssh service already started.
service ssh start
service ssh restart
colab-ssh/colab_ssh/launch_ssh_cloudflared.py
Line 56 in 602f69f
to
os.system('service ssh restart')
The text was updated successfully, but these errors were encountered:
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 :)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hello, the
service ssh start
might be better changed toservice ssh restart
in case the ssh service already started.colab-ssh/colab_ssh/launch_ssh_cloudflared.py
Line 56 in 602f69f
to
The text was updated successfully, but these errors were encountered: