Commit Graph

897 Commits (master)
 

Author SHA1 Message Date
Roman Zeyde 257992d04c
ssh: move related code to a separate subdirectory 7 years ago
Roman Zeyde 6c2273387d
util: extend logging.basicConfig() 7 years ago
Roman Zeyde b6ad8207ba
setup: add Python 3.6 support 7 years ago
Roman Zeyde 3a93fc859d
setup: fix indentation for lists 7 years ago
Roman Zeyde 7d9b3ff1d0
README: update device-related info 7 years ago
Roman Zeyde 4af881b3cb
Split the package into a shared library and separate per-device packages 7 years ago
Roman Zeyde eb525e1b62
gpg: simplify Python entry point and refactor Bash scripts a bit
Now there is a single 'trezor-gpg' tool, with various subcommands.
7 years ago
Roman Zeyde 02c8e729b7
ssh: retrieve all keys using a single device session 7 years ago
Roman Zeyde 12359938ad
keepkey: fix transport import 7 years ago
Roman Zeyde 93cd3e688b
travis: add Python 3.6 7 years ago
Tomás Rojas 26d7dd3124
Cache public keys for the duration of the agent
This saves a lot of time when connecting to multiple hosts
simultaneously (e.g., during a deploy) as every time we are asked to sign a
challenge, all public keys are iterated to find the correct one. This
can become especially slow when using the Bridge transport and/or many
identities are defined.
7 years ago
Tomás Rojas 0d5c3a9ca7
Allow using TREZOR bridge (instead of HID transport) 7 years ago
Roman Zeyde 97ec6b2719
travis: fix dependency 7 years ago
Roman Zeyde 8ba9be1780
fix pylint warnings 7 years ago
Roman Zeyde b2bc87c0c7
fix pydocstyle warnings 7 years ago
Timothy Hobbs d522d148ef Connection error is confusing (#105)
Hi,

I ran into this connection error:

````
> trezor-agent  timothy@localhost
2017-04-10 00:22:01,818 ERROR        Connection error: open failed                                                                        [__main__.py:130]
````

I didn't know what was going on, whether there was a problem connecting to localhost or what. I eventually logged into trezor wallet and found that there too, my device was not recognized (probably because I did not unplug it/replug it after updating the HID settings.) Unplugging it and replugging it fixed everything.
7 years ago
Roman Zeyde c796a3b01d
README: password manager usage example 7 years ago
Roman Zeyde a3362bbf3e
bump version 7 years ago
Nubis 9a271d115b
Allow contents in buffer when using _legacy_pubs 7 years ago
Roman Zeyde 6a7165298f
decode: skip invalid pubkeys (instead of crashing) 7 years ago
Roman Zeyde c4f3fa6e04
agent: reply correctly to HAVEKEY requests 7 years ago
Roman Zeyde 8a77fa519f
decode: raise an error when keygrip is missing 7 years ago
Roman Zeyde 59560ec0b0
util: add simple memoization decorator 7 years ago
Roman Zeyde 7a91196dd5
agent: add link to HAVEKEY implementation 7 years ago
Roman Zeyde 43c424a402
ssh: allow "just-in-time" connection for agent-like behaviour
This would allow launching trezor-agent into the background
during the system startup, and the connecting the device
when the cryptographic operations are required.
7 years ago
Roman Zeyde 6672ea9bc4
device: set passphrase from environment 7 years ago
Roman Zeyde 002dc2a0e0
tox: order imports 7 years ago
Roman Zeyde 61ced2808f
device: allow non-empty passphrases 7 years ago
Roman Zeyde 71a8930021
bump version 7 years ago
Roman Zeyde 74e8f21a22
gpg: export secret subkey 8 years ago
Roman Zeyde 897236d556
gpg: allow decoding secret keys 8 years ago
Roman Zeyde 5bec0e8382
README: upgrade also pip 8 years ago
Roman Zeyde 3cb7f6fd21
gpg: export secret primary key 8 years ago
Roman Zeyde cad2ec1239
device: import device-specific `defs` module lazily
It may fail on unsupported platforms (e.g. keepkeylib does not supoprt Python 3)
8 years ago
Roman Zeyde 604b2b7e99
gpg: allow GPG 2.1.11+ (to support Ubuntu 16.04 & Mint 18) 8 years ago
Roman Zeyde 159bd79b5f
gpg: list fingerpints explicitly during init 8 years ago
Roman Zeyde dde0b60e83 Merge pull request #87 from aceat64/bugfix/mosh
Mosh doesn't support "-l" for user, only user@host for args
8 years ago
Andrew LeCody 109bb3b47f Mosh doesn't support "-l" for user, only user@host for args 8 years ago
Roman Zeyde 0f20bfa239
README: add a note about udev 8 years ago
Roman Zeyde 798597c436
bump version 8 years ago
Roman Zeyde a13b1103f7
setup: temporary pin dependency for keepkey compatibilty 8 years ago
Roman Zeyde 9fe1a235c1
gpg: check that the configuration is in place 8 years ago
Roman Zeyde f86aae9a40
gpg: check that GnuPG v2 is installed 8 years ago
Roman Zeyde fc070e3ca0
GPG: add OS X installation link to README 8 years ago
Roman Zeyde 05fac995eb
README: add 'setup.py' installation 8 years ago
Roman Zeyde 188b74b327
gpg: use explicit '--subkey' flag for adding a subkey to an existing GPG key 8 years ago
Roman Zeyde fc31847f8e
decode: add test for custom markers 8 years ago
Roman Zeyde 0faf21a102
README: easier tag signature verification 8 years ago
Roman Zeyde 6b82f8b9b7
keyring: add test for get_agent_sock_path() 8 years ago
Roman Zeyde fabfcaaae2
keyring: fix test case for iterlines() 8 years ago