mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-21 15:40:58 +00:00
1 line
3.6 KiB
JSON
1 line
3.6 KiB
JSON
[{"user_id": 275, "stars": [], "topic_id": 18295, "date_created": 1302384725.1566229, "message": "the basics: the .pub signature has been added to the host's authorizedkeys file", "group_id": 2227, "id": 605685}, {"user_id": 275, "stars": [], "topic_id": 18295, "date_created": 1302385546.9285541, "message": "from fabric.api import *\n\nenv.user='deploy'\nenv.host_string = 'hammer.wallrazer.com'\nenv.key_filename = '/path/to/private_key'\nenv.no_keys = True\n\nrun('pwd')", "group_id": 2227, "id": 605749}, {"user_id": 275, "stars": [], "topic_id": 18295, "date_created": 1302384753.751869, "message": "i'm not sure where the corresponding private key should go", "group_id": 2227, "id": 605693}, {"user_id": 275, "stars": [], "topic_id": 18295, "date_created": 1302384581.549592, "message": "{'real_fabfile': None, 'shell': '/bin/bash -l -c', 'roles': [], 'passwords': {}, 'show': ('NO', 'DEFAULT'), 'always_use_pty': True, 'key_filename': '/Users/steve/PROJECTS/Wallrazer/makeitgoo/makeitgoo/.ssh_keys/hammer.wallrazer.com.pub', 'all_hosts': [], 'sudo_prompt': 'sudo password:', 'again_prompt': 'Sorry, try again.', 'host': None, 'no_agent': False, 'user': '_www', 'reject_unknown_hosts': False, 'path': '', 'path_behavior': 'append', 'roledefs': {}, 'port': None, 'rcfile': '/Library/WebServer/.fabricrc', 'password': None, 'hide': ('NO', 'DEFAULT'), 'sudo_prefix': \"sudo -S -p '%s' \", 'lcwd': '', 'output_prefix': True, 'fabfile': 'fabfile', 'combine_stderr': True, 'use_shell': True, 'echo_stdin': True, 'host_string': 'deploy@hammer.wallrazer.com', 'version': '1.0.1', 'command': None, 'warn_only': False, 'hosts': [], 'command_prefixes': [], 'no_keys': True, 'cwd': '', 'local_user': '_www', 'disable_known_hosts': False}\n", "group_id": 2227, "id": 605669}, {"user_id": 275, "stars": [], "topic_id": 18295, "date_created": 1302384614.2665999, "message": "[Sat Apr 09 14:26:37 2011] [error] [deploy@hammer.wallrazer.com] run: pwd\n[Sat Apr 09 14:26:38 2011] [error] /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/getpass.py:55: GetPassWarning: Can not control echo on the terminal.\n[Sat Apr 09 14:26:38 2011] [error] passwd = fallback_getpass(prompt, stream)\n[Sat Apr 09 14:26:38 2011] [error] Warning: Password input may be echoed.\n[Sat Apr 09 14:26:38 2011] [error] [deploy@hammer.wallrazer.com] Login password: \n", "group_id": 2227, "id": 605675}, {"user_id": 275, "stars": [{"date_created": 1302536910.9898601, "user_id": 141}], "topic_id": 18295, "date_created": 1302385051.1573989, "message": "hm, realized that the key_filename needs to point to the private key file, so that's fixed", "group_id": 2227, "id": 605714}, {"user_id": 275, "stars": [], "topic_id": 18295, "date_created": 1302385545.2403209, "message": "more succinctly:", "group_id": 2227, "id": 605748}, {"user_id": 275, "stars": [], "topic_id": 18295, "date_created": 1302385574.5076771, "message": "also asks for the password", "group_id": 2227, "id": 605753}, {"user_id": 141, "stars": [], "topic_id": 18295, "date_created": 1302536957.2211201, "message": "can you ssh with that key using ssh, or does that ask for a password too?", "group_id": 2227, "id": 625309}, {"user_id": 275, "stars": [{"date_created": 1302651158.175914, "user_id": 141}], "topic_id": 18295, "date_created": 1302645623.8856001, "message": "yeah, about that... I had misnamed the authorized_keys file. *facepalm of doom*", "group_id": 2227, "id": 651601}, {"user_id": 141, "stars": [], "topic_id": 18295, "date_created": 1302651235.006999, "message": "@steveivy that'll happen! checking if it works with ssh instead of Fabric helps me in those cases.", "group_id": 2227, "id": 652806}] |