Make sure there is at least one file in it (even just the README.md)
ssh-keygen -t rsa -C "your_email@example.com"
| import errno | |
| import socket | |
| from threading import Thread | |
| from tornado import ioloop | |
| class IOLoopThread(Thread): | |
| def __init__(self): | |
| Thread.__init__(self) | |
| self.running = True |