Skip to content

Instantly share code, notes, and snippets.

View mooneral's full-sized avatar
🎲

Reza mooneral

🎲
  • Netherlands
View GitHub Profile
@mooneral
mooneral / Google Colab SSH
Created August 13, 2020 09:28 — forked from yashkumaratri/Google Colab SSH
SSH into google colab
#CODE
#Generate root password
import random, string
password = ''.join(random.choice(string.ascii_letters + string.digits) for i in range(20))
#Download ngrok
! wget -q -c -nc https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip
! unzip -qq -n ngrok-stable-linux-amd64.zip
#Setup sshd