Advertisement
Guest User

Untitled

a guest
Aug 9th, 2017
442
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. (cpy361_10) oberstet@thinkpad-t430s:~$ which cbsh
  2. /home/oberstet/cpy361_10/bin/cbsh
  3. (cpy361_10) oberstet@thinkpad-t430s:~$ cbsh
  4. Crossbar.io Fabric Shell: v17.7.1
  5. Created new local user directory: /home/oberstet/.cbf
  6. Created new local user configuration: /home/oberstet/.cbf/config.ini
  7. Active user profile: default
  8. Please enter your email address: tobias.oberstein@gmail.com
  9. We will send an activation code to tobias.oberstein@gmail.com, ok? [y/N]: y
  10. New user public key generated: /home/oberstet/.cbf/default.pub
  11. New user private key generated (keep this safe!): /home/oberstet/.cbf/default.priv
  12. Connecting to wss://fabric.crossbario.com ..
  13. Entering event loop ..
  14. (cpy361_10) oberstet@thinkpad-t430s:~$ vim ~/.cbf/config.ini
  15. (cpy361_10) oberstet@thinkpad-t430s:~$ cbsh
  16. Crossbar.io Fabric Shell: v17.7.1
  17. Active user profile: default
  18. User public key loaded: /home/oberstet/.cbf/default.pub
  19. User private key loaded: /home/oberstet/.cbf/default.priv
  20. Connecting to ws://localhost:9000/ws ..
  21. Entering event loop ..
  22.  
  23. Thanks for registering! We have sent an authentication code to tobias.oberstein@gmail.com.
  24. Please check your inbox and run "cbsh auth --code <THE CODE YOU GOT BY EMAIL>.
  25.  
  26. (cpy361_10) oberstet@thinkpad-t430s:~$ cbsh auth --code EC9L-L3Q4-WJLQ
  27. Crossbar.io Fabric Shell: v17.7.1
  28. Active user profile: default
  29. User public key loaded: /home/oberstet/.cbf/default.pub
  30. User private key loaded: /home/oberstet/.cbf/default.priv
  31. Connecting to ws://localhost:9000/ws ..
  32. Entering event loop ..
  33.  
  34. Welcome to Crossbar.io Fabric Shell v17.7.1
  35.  
  36. Press Ctrl-C to cancel the current command, and Ctrl-D to exit the shell.
  37. Type "help" to get help. Try TAB for auto-completion.
  38.  
  39. Connection:
  40.  
  41. url : ws://localhost:9000/ws
  42. authmethod : cryptosign
  43. realm : com.crossbario.fabric
  44. authid : tobias.oberstein@gmail.com
  45. authrole : user
  46. session : 4638678383590904
  47.  
  48. (cpy361_10) oberstet@thinkpad-t430s:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement