Commit Graph

44 Commits

Author SHA1 Message Date
Roman Zeyde 8c5a9bfe02 Fixup pylint issues 2022-07-10 19:53:35 +03:00
afreakk 54e670c7ee fix: provide buf argument to unsupported_extension function 2022-05-22 14:09:40 +02:00
Roman Zeyde 8d4536b37a Fixup linting issues 2022-05-21 12:09:00 +03:00
Roman Zeyde b1b3e4b7ea Don't fail if not all request is parsed
https://www.openssh.com/agent-restrict.html

https://github.com/openssh/openssh-portable/commit/266678e19eb0e86fdf865b431b6e172e7a95bf48
2022-05-21 12:07:07 +03:00
Igor Yanchenko a8f2d74d02 Handle usupported extesions, fixes #383 2022-03-14 17:18:39 +02:00
Roman Zeyde 2a6a47f400 Support SSH signatures
https://www.agwa.name/blog/post/ssh_signatures

See here for more details:
https://github.com/openssh/openssh-portable/blob/master/PROTOCOL.sshsig
https://github.com/openssh/openssh-portable/blob/master/sshsig.c
https://github.com/openssh/openssh-portable/commit/2a9c9f7272c1e8665155118fe6536bebdafb6166
2021-12-13 10:58:15 +02:00
Roman Zeyde ee4b1fcdb6 Multiple style fixes 2021-10-22 19:47:15 +03:00
Roman Zeyde a0e7aae1d2 Enable isort check in tox 2021-05-22 21:54:20 +03:00
onlykey fd182e744f Add OnlyKey support 2020-09-24 22:29:21 +03:00
Roman Zeyde a12202d809 Move decompression into device.pubkey() 2020-09-24 14:41:50 +03:00
Roman Zeyde 52d840cbbb Initialize passphrase cache at UI c-tor 2020-04-29 22:01:06 +03:00
Roman Zeyde ab6892f42f Fix pylint warnings 2019-10-26 13:47:29 +03:00
André Vitor de Lima Matos 94ad9648f8 Fix passphrase cache
Broken since 2cb64991c3
Fix #284
2019-02-23 17:42:08 -03:00
Roman Zeyde eed168341c Don't inheric from 'object' (after deprecating Python 2.x support) 2018-07-25 13:44:55 +03:00
Roman Zeyde 1e6c4e6930 Add links to SSH/GPG usage examples 2018-06-30 11:21:47 +03:00
Roman Zeyde 672af98ad7 Explicitly use IdentityFile option when connecting to specific host 2018-06-19 18:38:57 +03:00
Roman Zeyde 2ca3941cfa ssh: allow setting passphrase cache expriration duration 2018-04-25 00:02:21 +03:00
Roman Zeyde d0497b0137 pinentry: specify device name at PIN/passphrase entry UI 2018-03-10 22:11:26 +02:00
Roman Zeyde 64064b5ecc ssh: use pinentry UI 2018-03-08 17:13:19 +02:00
Roman Zeyde 2168115b06 ssh: fixup small refactoring bug 2018-02-24 21:23:47 +02:00
Roman Zeyde b20d98bf57 gpg: move socket path generation into a helper function 2018-02-24 21:03:30 +02:00
Serge Pokhodyaev 6363eb0d4a add -f/--foreground option to run as systemd service 2018-02-18 21:08:36 +03:00
Roman Zeyde cefc5f180a ssh: add --sock-path flag to explicitly specify SSH agent's UNIX socket 2018-02-15 19:08:13 +02:00
Roman Zeyde 0f5c71b748 ssh: add --log-file flag 2018-02-15 18:50:50 +02:00
Roman Zeyde 4a12bfa0b7 Allow SSH agent to daemonize when invoked with -d flag
This change adds the support for "eval `trezor-agent -d`" invocation.
2018-02-15 15:10:34 +02:00
Roman Zeyde 713345918e ssh: document sub-shell mode 2018-01-26 11:20:14 +02:00
Roman Zeyde eb60c2f475 fix more pylint issues 2018-01-24 18:37:30 +02:00
Roman Zeyde 385fc9457b Support multiple devices 2018-01-05 20:53:42 +02:00
Jonathan Roelofs 9cf73f677a Show libagent version too 2018-01-01 23:05:37 +00:00
Jonathan Roelofs ec97cd0c44 Implement #182 2017-12-29 09:23:06 -07:00
Roman Zeyde 41ccd2f332 fix new pylint warning 2017-12-22 17:10:27 +02:00
Roman Zeyde 0d059587a7 ssh: allow configuration from a file 2017-12-02 21:04:57 +02:00
Roman Zeyde 1942e3999b ssh: fix exception type for missing device 2017-11-18 16:50:21 +02:00
Roman Zeyde e4fdca08e5 ssh: fix identity stringification 2017-10-09 16:24:11 +03:00
Roman Zeyde b88dff8430 ssh: fix identity stringification 2017-10-05 18:16:15 +03:00
Roman Zeyde 7e95179128 ssh: fix unicode identity handling for Python 2 2017-09-22 14:11:21 +03:00
Roman Zeyde 0b829636e1 ssh: close stdin when running subshell 2017-08-31 17:00:27 +03:00
Roman Zeyde f904aac92e Allow unicode in identity string for SSH and GPG 2017-06-24 14:26:51 +03:00
Roman Zeyde f358ca29d4 Allow loading previously exported SSH public keys from a file 2017-05-13 12:47:48 +03:00
Roman Zeyde 214b556f83 ssh: simplify argparse creation 2017-05-06 20:55:38 +03:00
Roman Zeyde 051a3fd4ab ssh: remove unused git-related code 2017-05-06 20:40:23 +03:00
Roman Zeyde 91050ee64a ssh: remove unused git wrapper 2017-05-06 15:02:46 +03:00
Roman Zeyde 257992d04c ssh: move related code to a separate subdirectory 2017-05-05 11:22:00 +03:00
Roman Zeyde 4af881b3cb Split the package into a shared library and separate per-device packages 2017-04-29 18:34:46 +03:00