Displaying 5 results from an estimated 5 matches for "nitrokey".
Did you mean:
nitrogen
2023 Dec 17
0
How to set/specify an SK Device (Path) in ssh_config?
Hey *,
I have more then one {Security Key,HSM}-FIDO2 device attached to my
Linux machine (Arch Linux).
With
```
# fido2-token -L
/dev/hidraw7: vendor=0x1d50, product=0x60fc (CRYPTOTRUST ONLYKEY)
/dev/hidraw5: vendor=0x20a0, product=0x42b2 (Nitrokey Nitrokey 3)
```
I am able to get the device paths of both SK,
which I can use to generate an `ecdsa-sk` on a specific device:
```
$ ssh-keygen \
-t ecdsa-sk \
-f /tmp/TEST-id_ed25519-sk \
-N '' \
-O device=/dev/hidraw5 \
-O resident \
-O verify-required
...
The key fingerprint i...
2018 Jul 12
2
UDP for data?
On Wed, Jul 11, 2018 at 6:58 PM, David Newall <openssh at davidnewall.com> wrote:
> I remember, when Sun first released NFS they used UDP for transport because
> "performance", and then, not so very long later, had to implement TCP
> transport because "reliability".
network reliability has changed quite a bit since the 80's. see eg QUIC
2020 Aug 26
10
[Bug 3202] New: Ed25519 key on HSM is not getting listed in ssh-add -l command
https://bugzilla.mindrot.org/show_bug.cgi?id=3202
Bug ID: 3202
Summary: Ed25519 key on HSM is not getting listed in ssh-add -l
command
Product: Portable OpenSSH
Version: 8.2p1
Hardware: ARM64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh-add
2019 Sep 06
0
[vhost:linux-next 13/15] htmldocs: mm/page_alloc.c:2207: warning: Function parameter or member 'order' not described in 'free_reported_page'
...257: WARNING: Block quote ends without a blank line; unexpected unindent.
Documentation/trace/kprobetrace.rst:99: WARNING: Explicit markup ends without a blank line; unexpected unindent.
Documentation/translations/it_IT/process/maintainer-pgp-guide.rst:458: WARNING: Unknown target name: "nitrokey pro".
include/uapi/linux/firewire-cdev.h:312: WARNING: Inline literal start-string without end-string.
drivers/firewire/core-transaction.c:606: WARNING: Inline strong start-string without end-string.
Documentation/process/embargoed-hardware-issues.rst:215: WARNING: Malformed table....
2023 May 14
18
[Bug 3572] New: ssh-agent refused operation when using FIDO2 with -O verify-required
...g Fido2 keys generated without -O verify-required, ssh-agent
works as expected, asking only for touch verification when the local
passphrase has been cached.
Expected behavior:
ssh-agent should ask for the Fido2 device Pin to be entered when the
local identity key is already cached
Tested with Nitrokey 3, running firmware 1.4.0 and libfido2 1.13.0
OS: Arch Linux, OpenSSH_9.3p1, OpenSSL 3.0.8 7 Feb 2023
--
You are receiving this mail because:
You are watching the assignee of the bug.