Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion colab_ssh/launch_ssh_cloudflared.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def launch_ssh_cloudflared(
expose_env_variable("TPU_NAME")
expose_env_variable("XRT_TPU_CONFIG")

os.system('service ssh start')
os.system('service ssh restart')

extra_params = []
info = None
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="colab_ssh",
version="0.3.27",
version="0.3.28",
author="Wassim Benzarti",
author_email="m.wassim.benzarti@gmail.com",
description="Google colab SSH connector",
Expand Down