Home
last modified time | relevance | path

Searched +full:key +full:- +full:home (Results 1 – 25 of 376) sorted by relevance

12345678910>>...16

/freebsd/sys/contrib/openzfs/man/man8/
H A Dzfs.89 .\" or https://opensource.org/licenses/CDDL-1.0.
33 .\" Copyright (c) 2014-2015, The FreeBSD Foundation, All Rights Reserved.
70 .Sy ZFS_MAX_DATASET_NAME_LEN No - 1
72 .Sy [A-Za-z_.:/ -] .
89 .Bl -tag -offset Ds -width "file system"
93 While ZFS file systems are designed to be POSIX-complian
[all...]
H A Dzfs-allow.89 .\" or https://opensource.org/licenses/CDDL-1.0.
37 .Nm zfs-allow
96 .Bl -tag -width ""
137 Delegates ZFS administration permission for the file systems to non-privileged
139 .Bl -tag -width "-d"
154 Multiple entities can be specified as a comma-separated list.
176 Multiple permissions may be specified as a comma-separated list.
202 …\fBmount\fR ability. Must also have the \fBrefreservation\fR ability to create a non-sparse volume.
206 load-key subcommand Allows loading and unloading of encryption key (see \fBzfs load-key\fR and \fBz…
207 change-key subcommand Allows changing an encryption key via \fBzfs change-key\fR.
[all …]
H A Dzfs-unallow.89 .\" or https://opensource.org/licenses/CDDL-1.0.
37 .Nm zfs-allow
96 .Bl -tag -width ""
137 Delegates ZFS administration permission for the file systems to non-privileged
139 .Bl -tag -width "-d"
154 Multiple entities can be specified as a comma-separated list.
176 Multiple permissions may be specified as a comma-separated list.
202 …\fBmount\fR ability. Must also have the \fBrefreservation\fR ability to create a non-sparse volume.
206 load-key subcommand Allows loading and unloading of encryption key (see \fBzfs load-key\fR and \fBz…
207 change-key subcommand Allows changing an encryption key via \fBzfs change-key\fR.
[all …]
H A Dzfs-create.89 .\" or https://opensource.org/licenses/CDDL-1.0.
37 .Nm zfs-create
53 .Bl -tag -width ""
67 .Bl -tag -width "-o"
80 Creates all the non-existing parent datasets.
89 Do a dry-run
90 .Pq Qq No-op
103 Print machine-parsable verbose information about the created dataset.
104 Each line of output contains a key and one or two values, all separated by tabs.
153 .Bl -tag -width "-b"
[all …]
/freebsd/lib/libpam/modules/pam_ssh/
H A Dpam_ssh.82 .\" Copyright (c) 2001-2003 Networks Associates Technology, Inc.
3 .\" Copyright (c) 2004-2011 Dag-Erling Smørgrav
8 .\" under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the
42 .Op Ar service-name
43 .Ar module-type
44 .Ar control-flag
56 .Ar module-type
69 decrypt the target user's SSH key using that passphrase.
72 .Bl -tag -width ".Cm use_first_pass"
123 .Bl -tag -width ".Cm want_agent"
[all …]
/freebsd/libexec/nuageinit/tests/
H A Dnuageinit.sh1 #-
4 # SPDX-License-Identifier: BSD-2-Clause
25 …atf_check -s exit:1 -e inline:"Usage: /usr/libexec/nuageinit <cloud-init-directory> (<config-2> | …
26 …atf_check -s exit:1 -e inline:"Usage: /usr/libexec/nuageinit <cloud-init-directory> (<config-2> | …
27 …atf_check -s exit:1 -e inline:"Usage: /usr/libexec/nuageinit <cloud-init-directory> (<config-2> | …
28 …atf_check -s exit:1 -e inline:"nuageinit: Unknown cloud init type: meh\n" /usr/libexec/nuageinit b…
33 mkdir -p media/nuageinit
34 …atf_check -s exit:1 -e match:"nuageinit: error parsing nocloud.*" /usr/libexec/nuageinit "${PWD}"/…
35 printf "instance-id: iid-local01\nlocal-hostname: cloudimg\n" > "${PWD}"/media/nuageinit/meta-data
36 atf_check -s exit:0 /usr/libexec/nuageinit "${PWD}"/media/nuageinit nocloud
[all …]
H A Dnuage.sh1 #-
4 # SPDX-License-Identifier: BSD-2-Clause
18 if [ ! -f etc/rc.conf.d/hostname ]; then
21 atf_check -o inline:"hostname=\"myhostname\"\n" cat etc/rc.conf.d/hostname
27 if [ ! -f .ssh/authorized_keys ]; then
28 atf_fail "ssh key not added"
30 atf_check -o inline:"40700\n" stat -f %p .ssh
31 atf_check -o inline:"100600\n" stat -f %p .ssh/authorized_keys
32 atf_check -o inline:"mykey\n" cat .ssh/authorized_keys
34 atf_check -o inline:"mykey\nmykey\n" cat .ssh/authorized_keys
[all …]
/freebsd/release/tools/
H A Dvagrant.conf11 firstboot-freebsd-update firstboot-pkgs"
13 # Set to a list of third-party software to enable in rc.conf(5).
21 env ASSUME_ALWAYS_YES=yes pkg -c ${DESTDIR} clean -y -a
22 env ASSUME_ALWAYS_YES=yes pkg -c ${DESTDIR} delete -f -y pkg
23 rm -r ${DESTDIR}/var/db/pkg/repos/FreeBSD
40 /usr/sbin/pw -R ${DESTDIR} \
41 groupadd vagrant -g 1001
42 chroot ${DESTDIR} mkdir -p /home/vagrant
43 /usr/sbin/pw -R ${DESTDIR} \
45 -m -M 0755 -w yes -n vagrant -u 1001 -g 1001 -G 0 \
[all …]
/freebsd/usr.bin/ssh-copy-id/
H A Dssh-copy-id.sh2 #-
3 # SPDX-License-Identifier: BSD-2-Clause
31 echo "usage: ssh-copy-id [-lv] [-i keyfile] [-o option] [-p port] [user@]hostname" >&2
38 printf "%s\n" "$k" | ssh $port -S none $options "$user$h" /bin/sh -c \'' \
39 set -e; \
41 keyfile=$HOME/.ssh/authorized_keys ; \
42 mkdir -p -- "$HOME/.ssh/" ; \
43 while read alg key comment ; do \
44 [ -n "$key" ] || continue; \
45 if ! grep -sqwF "$key" "$keyfile"; then \
[all …]
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dmediatek,pmic-keys.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/input/mediatek,pmic-keys.yaml#
5 $schema: http://devicetree.org/meta-schema
[all...]
/freebsd/lib/libc/db/man/
H A Ddbm.339 .Fn dbm_store "DBM *db" "datum key" "datum data" "int flags"
41 .Fn dbm_fetch "DBM *db" "datum key"
43 .Fn dbm_delete "DBM *db" "datum key"
65 .Bd -literal
86 .Qq Li /home/me/mystuff
88 .Pa /home/me/mystuff.db .
125 .Fn dbm_store db key data flags
140 .Fa key ,
152 .Fa key
153 already exists) or returns -1 and sets
[all …]
/freebsd/contrib/wpa/wpa_supplicant/
H A DREADME-HS204 This document describe how the IEEE 802.11u Interworking and Wi-Fi
7 GUI or Wi-Fi framework) is used to manage this functionality.
10 Introduction to Wi-Fi Hotspot 2.0
11 ---------------------------------
13 Hotspot 2.0 is the name of the Wi-Fi Alliance specification that is used
14 in the Wi-Fi CERTIFIED Passpoint<TM> program. More information about
17 http://www.wi-fi.org/knowledge-center/white-papers/wi-fi-certified-passpoint%E2%84%A2-new-program-w…
20 https://www.wi-fi.org/knowledge-center/published-specifications
23 standardized in IEEE Std 802.11u-2011 which is now part of the IEEE Std
24 802.11-2012.
[all …]
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos4412-odroidx.dts1 // SPDX-License-Identifier: GPL-2.0
3 * Hardkernel's Exynos4412 based ODROID-X board device tree source
7 * Device tree source file for Hardkernel's ODROID-X board which is based
11 /dts-v1/;
12 #include <dt-bindings/leds/common.h>
13 #include "exynos4412-odroid-common.dtsi"
16 model = "Hardkernel ODROID-
[all...]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/zpool_iostat/
H A Dzpool_iostat_-c_homedir.ksh1 #!/bin/ksh -p
10 # or https://opensource.org/licenses/CDDL-1.0.
28 # Verify zpool iostat command mode (-c) works with scripts in user's
29 # home directory.
32 # 1. Change HOME to /var/tmp (TEST_BASE_DIR)
33 # 2. Make a simple script that echoes a key value pair
34 # in $HOME/.zpool.d
35 # 3. Make sure it can be run with -c
47 # change HOME
48 export HOME="$TEST_BASE_DIR"
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/zpool_status/
H A Dzpool_status_-c_homedir.ksh1 #!/bin/ksh -p
10 # or https://opensource.org/licenses/CDDL-1.0.
28 # Verify zpool status command mode (-c) works with scripts in user's
29 # home directory.
32 # 1. Change HOME to /var/tmp (TEST_BASE_DIR)
33 # 2. Make a simple script that echoes a key value pair
34 # in $HOME/.zpool.d
35 # 3. Make sure it can be run with -c
47 # change HOME
48 export HOME="$TEST_BASE_DIR"
[all …]
/freebsd/contrib/ee/
H A Dee.15 .\" nroff -man ee.1
7 .\" $Header: /home/hugh/sources/old_ae/RCS/ee.1,v 1.22 2001/12/16 04:49:27 hugh Exp $
12 ee \- easy editor
15 ee [-e] [-i] [-h] [+#] [\fIfile\fR ...]
16 ree [-e] [-i] [-h] [+#] [\fIfile\fR ...]
33 An editor with similar user-friendly qualities but more features is available
55 .B -e
58 .B -i
61 .B -h
75 alphabetic key, e.g., ^a) and function keys available on the keyboard
[all …]
/freebsd/contrib/libxo/libxo/
H A Dlibxo-csv.714 .Nm --libxo encoder=csv[+options]
15 .Nd a CVS encoder for libxo\-based commands
22 .Bd -literal -offset indent
23 % df --libxo @csv
24 name,total-blocks,used-blocks,available-blocks,used-percent,mounted-on
27 zroot/usr/home,3808301289,11693684,3796607605,0,/usr/home
30 % df --libxo @csv+leafs=name.used-percent
31 name,used-percent
34 zroot/usr/home,0
37 % df --libxo @csv+leafs=available-blocks+no-header /
[all …]
/freebsd/crypto/openssh/
H A Dsshd.845 .Bk -words
75 can be configured using command-line options or a configuration file
78 command-line options override values specified in the
87 .Bl -tag -width Ds
107 options or as a comma-separated list.
119 .Dq invalid-user
125 during key exchange.
126 The certificate file must match a host key file specified using the
177 Specifies a file from which a host key is read.
181 host key files are normally not readable by anyone but root).
[all …]
/freebsd/contrib/less/
H A Dlesskey.c2 * Copyright (C) 1984-2024 Mark Nudelman
12 * lesskey [-o output] [input]
18 * If no output file is specified, $HOME/.less is used.
20 * The .less file is used to specify (to "less") user-defined
21 * key bindings. Basically any sequence of 1 to MAX_CMDLEN
31 * the new user-defined command. The command
35 * control character (e.g. ^X means control-X).
51 * #line-edit Signals the beginning of the line-editing
60 * The output file is a non-asci
[all...]
H A Dlesskey.nro4 lesskey \- customize key bindings for less
6 .B "lesskey [\-o output] [\-\-] [input]"
8 .B "lesskey [\-\-output=output] [\-\-] [input]"
10 .B "lesskey \-
[all...]
/freebsd/share/termcap/
H A Dtermcap.531 .\" * ncurses is copyright (C) 1992-1995 *
32 .\" * Zeyd M. Ben-Halim *
77 consist of a number of `:'-separated fields.
98 in 132-column mode would be
99 .Dq vt100-w .
101 .Bl -column indent "With automatic margins (usually default)xx" -offset indent
103 -w Wide mode (more than 80 columns) vt100-w
104 -am With automatic margins (usually default) vt100-am
105 -nam Without automatic margins vt100-nam
106 .Pf \- Ar n Ta No "Number of lines on screen aaa-60"
[all …]
/freebsd/contrib/ncurses/man/
H A Dcurs_getch.3x3 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
4 .\" Copyright 1998-2016,2017 Free Software Foundation, Inc. *
32 .TH curs_getch 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
59 \fB\%has_key\fP \-
79 gathers a key stroke from the terminal keyboard associated with a
87 returns an integer identifying the key stroke;
90 Use of the control key as a modifier often results in a distinct code.
97 then if the no-delay flag is set in the window
158 (those corresponding to the ECMA-6 character set\(emsee
166 the term \*(``function key\*('' includes but is not limited to keycaps
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx53-ard.dts1 // SPDX-License-Identifier: GPL-2.0-or-later
7 /dts-v1/;
8 #include <dt-bindings/input/input.h>
13 compatible = "fsl,imx53-ard", "fsl,imx53";
20 eim-cs1@f4000000 {
21 #address-cell
[all...]
/freebsd/contrib/ncurses/include/
H A DCaps-ncurses2 # Copyright 2019-2022,2023 Thomas E. Dickey #
31 # $Id: Caps-ncurses,v 1.15 2023/10/28 21:55:47 tom Exp $
49 #memory_lock meml str ml - - ----K lock memory above cursor
50 #memory_unlock memu str mu - - ----K unlock memory
51 #plab_norm pln str pn - - ----- program label #1 to show string #2
52 #label_on smln str LO - - ----- turn on soft labels
53 #label_off rmln str LF - - ----- turn off soft labels
54 #key_f11 kf11 str F1 - - ----- F11 function key
55 #key_f12 kf12 str F2 - - ----- F12 function key
56 #key_f13 kf13 str F3 - - ----- F13 function key
[all …]
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/
H A Dwpa_supplicant.conf.sgml1 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
20 including pre-shared keys. See the example configuration file,
31 SIGHUP signal to <command>wpa_supplicant</command> ('killall -HUP
48 <para>WPA-Personal (PSK) as home network and WPA-Enterprise with
49 EAP-TLS as work network.</para>
55 # home network; allow all valid ciphers
57 ssid="home"
59 key_mgmt=WPA-PSK
63 # work network; use EAP-TLS with WPA; allow only CCMP and TKIP ciphers
67 key_mgmt=WPA-EAP
[all …]

12345678910>>...16