Searched refs:identities (Results 1 – 14 of 14) sorted by relevance
| /NextBSD/crypto/openssh/ |
| HD | authfd.c | 211 buffer_init(&auth->identities); in ssh_get_authentication_connection() 225 buffer_free(&auth->identities); in ssh_close_authentication_connection() 280 buffer_clear(&auth->identities); in ssh_get_num_identities() 281 if (ssh_request_reply(auth, &request, &auth->identities) == 0) { in ssh_get_num_identities() 288 type = buffer_get_char(&auth->identities); in ssh_get_num_identities() 296 auth->howmany = buffer_get_int(&auth->identities); in ssh_get_num_identities() 333 bits = buffer_get_int(&auth->identities); in ssh_get_next_identity() 334 buffer_get_bignum(&auth->identities, key->rsa->e); in ssh_get_next_identity() 335 buffer_get_bignum(&auth->identities, key->rsa->n); in ssh_get_next_identity() 336 *comment = buffer_get_string(&auth->identities, NULL); in ssh_get_next_identity() [all …]
|
| HD | ssh-add.0 | 4 ssh-add - adds private key identities to the authentication agent 12 ssh-add adds private key identities to the authentication agent, 30 -c Indicates that added identities should be subject to confirmation 36 -D Deletes all identities from the agent. 38 -d Instead of adding identities, removes identities from the agent. 40 default identities and their corresponding certificates will be 52 -L Lists public key parameters of all identities currently 55 -l Lists fingerprints of all identities currently represented by the 62 Set a maximum lifetime when adding identities to an agent. The
|
| HD | ssh-agent.0 | 38 Set a default value for the maximum lifetime of identities added 54 Several identities can be stored in the agent; the agent can 55 automatically use any of these identities. ssh-add -l displays the 56 identities currently held by the agent. 62 can thus use the privileges given by the identities anywhere in the
|
| HD | authfd.h | 65 Buffer identities; member
|
| HD | ssh_config.0 | 334 that enable them to authenticate using the identities loaded into 448 a PKCS11Provider offers more identities. The argument to this 450 situations where ssh-agent offers many different identities. The 458 Additionally, any identities represented by the authentication 470 configuration files; all these identities will be tried in 472 of identities tried (this behaviour differs from that of other 476 select which identities in an agent are offered during
|
| HD | PROTOCOL.agent | 496 SSH2_AGENTC_REQUEST_IDENTITIES. The "request identities" requests are
|
| HD | ssh.0 | 50 that enable them to authenticate using the identities loaded into 149 (and multiple identities specified in configuration files). ssh
|
| HD | ChangeLog | 632 support ed25519 keys (hostkeys and user identities) using the public
|
| /NextBSD/contrib/wpa/hostapd/ |
| HD | hostapd.eap_user | 33 # method is using known prefix in identities (e.g., EAP-SIM and EAP-AKA). This 34 # is only allowed for phase 1 identities. 82 # Wildcard for all other identities
|
| /NextBSD/usr.bin/ssh-copy-id/ |
| HD | ssh-copy-id.sh | 56 keys="$(ssh-add -L | grep -v 'The agent has no identities.')$nl$keys"
|
| /NextBSD/crypto/openssl/doc/ssl/ |
| HD | SSL_COMP_add_compression_method.pod | 52 Once the identities of the compression methods for the TLS protocol have
|
| /NextBSD/contrib/llvm/lib/Target/ARM/ |
| HD | ARMInstrThumb2.td | 3004 // Alternate cases for PKHBT where identities eliminate some nodes. 3033 // Alternate cases for PKHTB where identities eliminate some nodes. Note that
|
| HD | ARMInstrInfo.td | 4230 // Alternate cases for PKHBT where identities eliminate some nodes. 4247 // Alternate cases for PKHTB where identities eliminate some nodes. Note that
|
| /NextBSD/crypto/openssl/ |
| HD | CHANGES | 5770 specific names (called "system identities"). In the C code, these
|