Searched refs:keyscan (Results 1 – 13 of 13) sorted by relevance
/external/openssh/ |
D | ssh-keyscan.0 | 4 ssh-keyscan M-bM-^@M-^S gather ssh public keys 7 ssh-keyscan [-46cHv] [-f file] [-p port] [-T timeout] [-t type] 11 ssh-keyscan is a utility for gathering the public ssh host keys of a 13 ssh_known_hosts files. ssh-keyscan provides a minimal interface suitable 16 ssh-keyscan uses non-blocking socket I/O to contact as many hosts as 25 -4 Forces ssh-keyscan to use IPv4 addresses only. 27 -6 Forces ssh-keyscan to use IPv6 addresses only. 33 If - is supplied instead of a filename, ssh-keyscan will read 57 -v Verbose mode. Causes ssh-keyscan to print debugging messages 61 If an ssh_known_hosts file is constructed using ssh-keyscan without [all …]
|
D | Makefile.in | 593 TEST_SSH_SSHKEYSCAN="$${BUILDDIR}/ssh-keyscan"; \
|
D | sshd.0 | 459 Rather, generate them by a script, ssh-keyscan(1) or by taking, for 615 ssh-keyscan(1), chroot(2), login.conf(5), moduli(5), sshd_config(5),
|
D | LICENCE | 100 ssh-keyscan was contributed by David Mazieres under a BSD-style
|
D | ssh.0 | 917 scp(1), sftp(1), ssh-add(1), ssh-agent(1), ssh-keygen(1), ssh-keyscan(1),
|
D | ChangeLog | 1087 ssh-keyscan built without SSH protocol v.1 to scan for v.1 keys; bz#2583 6240 Add "ssh-keyscan -c ..." flag to allow fetching 6422 fix keyscan output for multiple hosts/addrs on one line
|
/external/u-boot/drivers/misc/ |
D | cros_ec_sandbox.c | 84 uint8_t keyscan[KEYBOARD_COLS]; member 248 memset(ec->keyscan, '\0', bytes); in cros_ec_keyscan() 264 ec->keyscan[matrix->col] |= 1 << matrix->row; in cros_ec_keyscan() 268 memcpy(scan, ec->keyscan, bytes); in cros_ec_keyscan()
|
/external/openssh/regress/ |
D | README.regress | 67 keyscan.sh: keyscan
|
D | Makefile | 39 keyscan \
|
D | test-exec.sh | 74 SSHKEYSCAN=ssh-keyscan
|
/external/openssh/contrib/suse/ |
D | openssh.spec | 207 %attr(0755,root,root) %{_bindir}/ssh-keyscan 220 %attr(0644,root,root) %doc %{_mandir}/man1/ssh-keyscan.1*
|
/external/openssh/contrib/redhat/ |
D | openssh.spec | 364 %attr(0755,root,root) %{_bindir}/ssh-keyscan 368 %attr(0644,root,root) %{_mandir}/man1/ssh-keyscan.1*
|
/external/u-boot/arch/arm/dts/ |
D | stih407-pinctrl.dtsi | 181 keyscan { 182 pinctrl_keyscan: keyscan {
|