Home
last modified time | relevance | path

Searched refs:authorized_keys (Results 1 – 21 of 21) sorted by relevance

/freebsd/crypto/openssh/regress/
H A Dforcecommand.sh8 authorized_keys() { function
19 authorized_keys
28 authorized_keys true
31 authorized_keys false
38 authorized_keys
H A Dcert-userkey.sh287 basic_tests authorized_keys
352 test_one "empty principals" failure "" authorized_keys
369 authorized_keys ',principals="mekmitasdigoat"'
371 authorized_keys ',principals="mekmitasdigoat"'
376 authorized_keys ',command="true"'
379 authorized_keys ',command="false"'
382 authorized_keys ',command="true"'
385 authorized_keys ',command="false"'
H A Ddropbear-server.sh39 cp $OBJ/authorized_keys_$USER $authkeydir/authorized_keys
H A Dagent-pkcs11-restrict.sh86 trace "prepare authorized_keys"
H A Dtest-exec.sh851 trace Create dropbear keys and add to authorized_keys
/freebsd/release/tools/
H A Dvagrant.conf47 …zRdK8jlqm8tehUc9c9WhQ== vagrant insecure public key" > ${DESTDIR}/home/vagrant/.ssh/authorized_keys
48 …w1F+wvG9hXGoqiysfJOn5Y vagrant insecure public key" >> ${DESTDIR}/home/vagrant/.ssh/authorized_keys
49 chmod 600 ${DESTDIR}/home/vagrant/.ssh/authorized_keys
/freebsd/libexec/nuageinit/tests/
H A Dnuage.sh42 if [ ! -f .ssh/authorized_keys ]; then
46 atf_check -o inline:"100600\n" stat -f %p .ssh/authorized_keys
47 atf_check -o inline:"mykey\n" cat .ssh/authorized_keys
49 atf_check -o inline:"mykey\nmykey\n" cat .ssh/authorized_keys
H A Dnuageinit.sh263 …eck -o inline:"ssh-rsa AAAAB3NzaC1y...== Generated by Nova\n" cat home/freebsd/.ssh/authorized_keys
290 …eck -o inline:"ssh-rsa AAAAB3NzaC1y...== Generated by Nova\n" cat home/freebsd/.ssh/authorized_keys
336 atf_check -o inline:"ssh-ed25519 my_key_id tdb@host\n" cat home/freebsd/.ssh/authorized_keys
/freebsd/crypto/openssh/
H A Dsshd_config42 # The default is to check both .ssh/authorized_keys and .ssh/authorized_keys2
43 # but this is overridden so installations will only check .ssh/authorized_keys
44 AuthorizedKeysFile .ssh/authorized_keys
H A DREADME.tun24 The OpenSSH server simply uses the file /root/.ssh/authorized_keys to
H A DPROTOCOL690 authorized_keys files, are formatted as a single line of text consisting
H A DChangeLog1760 upstream: There is a warning next to the authorized_keys command=""
8406 upstream: Do not apply authorized_keys options when signature
8409 applied to subsequent keys in authorized_keys. bz3733, ok markus@
/freebsd/crypto/openssh/contrib/
H A Dssh-copy-id297 AUTH_KEY_FILE=/etc/dropbear/authorized_keys;
299 AUTH_KEY_FILE=config/settings/ssh/authorized_keys;
324 L_KEYS="$SCRATCH_DIR"/authorized_keys
H A DREADME31 your public key to a remote machine's ~/.ssh/authorized_keys file.
/freebsd/tools/tools/makeroot/
H A Dmakeroot.sh217 cat ${KEYDIR}/*.pub > ${tmpdir}/authorized_keys
218 if [ ! -s ${tmpdir}/authorized_keys ]; then
/freebsd/contrib/netbsd-tests/fs/psshfs/
H A Dt_psshfs.sh93 cp ssh_user_key.pub authorized_keys
97 atf_check -s eq:0 -o empty -e empty chmod 600 authorized_keys
H A Dsshd_config.in19 AuthorizedKeysFile @WORKDIR@/authorized_keys
/freebsd/usr.bin/ssh-copy-id/
H A Dssh-copy-id.sh41 keyfile=$HOME/.ssh/authorized_keys ; \
/freebsd/contrib/netbsd-tests/lib/librumphijack/
H A Dt_tcpip.sh106 cp ssh_user_key.pub authorized_keys
110 atf_check -s eq:0 -o empty -e empty chmod 600 authorized_keys
H A Dsshd_config.in19 AuthorizedKeysFile @WORKDIR@/authorized_keys
/freebsd/sys/contrib/openzfs/contrib/initramfs/
H A DREADME.md80 2. Add your SSH key(s) to `/etc/dropbear-initramfs/authorized_keys`. Note