Skip to content

Instantly share code, notes, and snippets.

@jbayer
Created May 29, 2014 19:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbayer/efbd5232e5c911ddfc36 to your computer and use it in GitHub Desktop.
Save jbayer/efbd5232e5c911ddfc36 to your computer and use it in GitHub Desktop.
example of a tmate app on on cloud foundry hosted on pivotal web services
2014-05-29T10:33:34.76-0700 [App/0] OUT include/event2/http_compat.h
2014-05-29T10:33:34.76-0700 [App/0] OUT include/event2/http_struct.h
2014-05-29T10:33:34.76-0700 [App/0] OUT include/event2/keyvalq_struct.h
2014-05-29T10:33:34.76-0700 [App/0] OUT include/event2/listener.h
2014-05-29T10:33:34.76-0700 [App/0] OUT include/event2/rpc.h
2014-05-29T10:33:34.76-0700 [App/0] OUT include/event2/rpc_compat.h
2014-05-29T10:33:34.76-0700 [App/0] OUT include/event2/rpc_struct.h
2014-05-29T10:33:34.76-0700 [App/0] OUT include/event2/tag.h
2014-05-29T10:33:34.76-0700 [App/0] OUT include/event2/tag_compat.h
2014-05-29T10:33:34.76-0700 [App/0] OUT include/event2/thread.h
2014-05-29T10:33:34.76-0700 [App/0] OUT include/event2/util.h
2014-05-29T10:33:34.77-0700 [App/0] OUT lib/
2014-05-29T10:33:34.77-0700 [App/0] OUT lib/libevent-2.0.so.5
2014-05-29T10:33:34.77-0700 [App/0] OUT lib/libevent-2.0.so.5.1.9
2014-05-29T10:33:34.77-0700 [App/0] OUT lib/libevent.a
2014-05-29T10:33:34.77-0700 [App/0] OUT lib/libevent.la
2014-05-29T10:33:34.77-0700 [App/0] OUT lib/libevent.so
2014-05-29T10:33:34.77-0700 [App/0] OUT lib/libevent_core-2.0.so.5
2014-05-29T10:33:34.77-0700 [App/0] OUT lib/libevent_core-2.0.so.5.1.9
2014-05-29T10:33:34.77-0700 [App/0] OUT lib/libevent_core.a
2014-05-29T10:33:34.77-0700 [App/0] OUT lib/libevent_core.la
2014-05-29T10:33:34.77-0700 [App/0] OUT lib/libevent_core.so
2014-05-29T10:33:34.77-0700 [App/0] OUT lib/libevent_extra-2.0.so.5
2014-05-29T10:33:34.77-0700 [App/0] OUT lib/libevent_extra-2.0.so.5.1.9
2014-05-29T10:33:34.77-0700 [App/0] OUT lib/libevent_extra.a
2014-05-29T10:33:34.77-0700 [App/0] OUT lib/libevent_extra.la
2014-05-29T10:33:34.77-0700 [App/0] OUT lib/libevent_extra.so
2014-05-29T10:33:34.77-0700 [App/0] OUT lib/libevent_openssl-2.0.so.5
2014-05-29T10:33:34.77-0700 [App/0] OUT lib/libevent_openssl-2.0.so.5.1.9
2014-05-29T10:33:34.77-0700 [App/0] OUT lib/libevent_openssl.a
2014-05-29T10:33:34.77-0700 [App/0] OUT lib/libevent_openssl.la
2014-05-29T10:33:34.77-0700 [App/0] OUT lib/libevent_openssl.so
2014-05-29T10:33:34.77-0700 [App/0] OUT lib/libevent_pthreads-2.0.so.5
2014-05-29T10:33:34.77-0700 [App/0] OUT lib/libevent_pthreads-2.0.so.5.1.9
2014-05-29T10:33:34.77-0700 [App/0] OUT lib/libevent_pthreads.a
2014-05-29T10:33:34.77-0700 [App/0] OUT lib/libevent_pthreads.la
2014-05-29T10:33:34.77-0700 [App/0] OUT lib/libevent_pthreads.so
2014-05-29T10:33:34.77-0700 [App/0] OUT lib/pkgconfig/
2014-05-29T10:33:34.77-0700 [App/0] OUT lib/pkgconfig/libevent.pc
2014-05-29T10:33:34.77-0700 [App/0] OUT lib/pkgconfig/libevent_openssl.pc
2014-05-29T10:33:34.77-0700 [App/0] OUT lib/pkgconfig/libevent_pthreads.pc
2014-05-29T10:33:34.77-0700 [App/0] OUT -----> Running child process
2014-05-29T10:33:34.77-0700 [App/0] OUT -----> Fixing permissions
2014-05-29T10:33:34.78-0700 [App/0] OUT -----> Setting env
2014-05-29T10:33:34.78-0700 [App/0] OUT -----> Generating SSH key
2014-05-29T10:33:34.86-0700 [App/0] OUT -----> Starting tmate...
2014-05-29T10:33:38.90-0700 [App/0] ERR 2014/05/29 17:33:38 somerandomidentifier@sf.tmate.io
jamesbayer:target jamesbayer$ ssh somerandomidentifier@sf.tmate.io
The authenticity of host 'sf.tmate.io (192.241.193.106)' can't be established.
RSA key fingerprint is af:2d:81:c1:fe:49:70:2d:7f:09:a9:d7:4b:32:e3:be.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'sf.tmate.io,192.241.193.106' (RSA) to the list of known hosts.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment