Skip to content

Instantly share code, notes, and snippets.

@josip
Created May 14, 2010 15:41
Show Gist options
  • Save josip/401306 to your computer and use it in GitHub Desktop.
Save josip/401306 to your computer and use it in GitHub Desktop.
2010-05-14 17:12:23+0200 [-] Log opened.
2010-05-14 17:12:23+0200 [-] twistd 10.0.0 (/Library/Frameworks/Python.framework/Versions/2.6/Resources/Python.app/Contents/MacOS/Python 2.6.5) starting up.
2010-05-14 17:12:23+0200 [-] reactor class: twisted.internet.selectreactor.SelectReactor.
2010-05-14 17:12:23+0200 [-] foolscap.pb.Listener starting on 51817
2010-05-14 17:12:23+0200 [-] twisted.protocols.ftp.FTPFactory starting on 8021
2010-05-14 17:12:23+0200 [-] Starting factory <twisted.protocols.ftp.FTPFactory instance at 0x207b170>
2010-05-14 17:12:23+0200 [-] allmydata.frontends.sftpd.SSHFactory starting on 8022
2010-05-14 17:12:23+0200 [-] Starting factory <allmydata.frontends.sftpd.SSHFactory instance at 0x2091e90>
2010-05-14 17:12:23+0200 [-] nevow.appserver.NevowSite starting on 3456
2010-05-14 17:12:23+0200 [-] Starting factory <nevow.appserver.NevowSite instance at 0x76ca80>
2010-05-14 17:12:23+0200 [-] My pid: 40673
2010-05-14 17:12:23+0200 [-] twisted.internet.protocol.DatagramProtocol starting on 49202
2010-05-14 17:12:23+0200 [-] Starting protocol <twisted.internet.protocol.DatagramProtocol instance at 0x22f3ee0>
2010-05-14 17:12:23+0200 [-] (Port 49202 Closed)
2010-05-14 17:12:23+0200 [-] Stopping protocol <twisted.internet.protocol.DatagramProtocol instance at 0x22f3ee0>
2010-05-14 17:12:41+0200 [allmydata.frontends.sftpd.SSHFactory] disabling diffie-hellman-group-exchange because we cannot find moduli file
2010-05-14 17:12:41+0200 [SSHServerTransport,0,127.0.0.1] kex alg, key alg: diffie-hellman-group1-sha1 ssh-rsa
2010-05-14 17:12:41+0200 [SSHServerTransport,0,127.0.0.1] outgoing: aes128-ctr hmac-md5 zlib
2010-05-14 17:12:41+0200 [SSHServerTransport,0,127.0.0.1] incoming: aes128-ctr hmac-md5 zlib
2010-05-14 17:12:42+0200 [SSHServerTransport,0,127.0.0.1] NEW KEYS
2010-05-14 17:12:42+0200 [SSHServerTransport,0,127.0.0.1] starting service ssh-userauth
2010-05-14 17:12:42+0200 [SSHService ssh-userauth on SSHServerTransport,0,127.0.0.1] josip trying auth none
2010-05-14 17:12:43+0200 [SSHService ssh-userauth on SSHServerTransport,0,127.0.0.1] josip trying auth password
2010-05-14 17:12:43+0200 [SSHService ssh-userauth on SSHServerTransport,0,127.0.0.1] josip authenticated with password
2010-05-14 17:12:43+0200 [SSHService ssh-userauth on SSHServerTransport,0,127.0.0.1] starting service ssh-connection
2010-05-14 17:12:43+0200 [SSHService ssh-connection on SSHServerTransport,0,127.0.0.1] got channel session request
2010-05-14 17:12:43+0200 [SSHChannel session (0) on SSHService ssh-connection on SSHServerTransport,0,127.0.0.1] channel open
2010-05-14 17:12:43+0200 [SSHChannel session (0) on SSHService ssh-connection on SSHServerTransport,0,127.0.0.1] asking for subsystem "sftp"
2010-05-14 17:12:43+0200 [SSHChannel session (0) on SSHService ssh-connection on SSHServerTransport,0,127.0.0.1] {'sftp': <class twisted.conch.ssh.filetransfer.FileTransferServer at 0x75b690>}
2010-05-14 17:13:00+0200 [SSHService ssh-connection on SSHServerTransport,0,127.0.0.1] got global keepalive@openssh.com request
2010-05-14 17:13:10+0200 [SSHService ssh-connection on SSHServerTransport,0,127.0.0.1] got global keepalive@openssh.com request
2010-05-14 17:13:20+0200 [SSHService ssh-connection on SSHServerTransport,0,127.0.0.1] got global keepalive@openssh.com request
2010-05-14 17:13:30+0200 [SSHService ssh-connection on SSHServerTransport,0,127.0.0.1] got global keepalive@openssh.com request
2010-05-14 17:13:40+0200 [SSHService ssh-connection on SSHServerTransport,0,127.0.0.1] got global keepalive@openssh.com request
2010-05-14 17:13:58+0200 [SSHService ssh-connection on SSHServerTransport,0,127.0.0.1] got global keepalive@openssh.com request
2010-05-14 17:14:08+0200 [SSHService ssh-connection on SSHServerTransport,0,127.0.0.1] got global keepalive@openssh.com request
2010-05-14 17:14:12+0200 [SSHChannel session (0) on SSHService ssh-connection on SSHServerTransport,0,127.0.0.1] sending close 0
2010-05-14 17:14:12+0200 [SSHChannel session (0) on SSHService ssh-connection on SSHServerTransport,0,127.0.0.1] remote close
2010-05-14 17:14:12+0200 [SSHServerTransport,0,127.0.0.1] connection lost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment