HomeSort by: relevance | last modified time | path
    Searched refs:ssh (Results 1 - 25 of 25) sorted by relevancy

  /src/distrib/utils/ssh/
Makefile 5 PROG= ssh
  /src/etc/ssh/
Makefile 6 FILESDIR= /etc/ssh
  /src/sbin/mount_portal/examples/
cvs.sh.sh 8 # supplement path to include ssh and cvs
10 # use ssh instead of rsh for cvs connections
11 export CVS_RSH=ssh
  /src/distrib/utils/
Makefile 5 SUBDIR= libhack more ssh tls \
  /src/distrib/evbarm/instkernel/sshramdisk/
mtree.conf 9 ./etc/ssh
  /src/lib/libpam/modules/pam_ssh/
Makefile 2 # PAM module for SSH
20 LIBDPLIBS+= ssh ${NETBSDSRCDIR}/crypto/external/bsd/openssh/lib \
  /src/etc/rc.d/
sshd 15 required_files="/etc/ssh/sshd_config"
28 The ssh host keys on this machine have been generated with
33 the ssh host keys by running:
46 keygen="/usr/bin/ssh-keygen"
50 f="/etc/ssh/$filename"
61 printf "ssh-keygen: " && "${keygen}" -f "${f}" -l
  /src/distrib/sun2/ramdisk/
list 34 # Note: ssh has no "if", so "test" is useless. Also,
51 PROG bin/ssh bin/sh bin/-sh
88 SPECIAL ssh srcdir distrib/utils/ssh
  /src/distrib/sun3/ramdisk/
list 34 # Note: ssh has no "if", so "test" is useless. Also,
51 PROG bin/ssh bin/sh bin/-sh
88 SPECIAL ssh srcdir distrib/utils/ssh
  /src/usr.sbin/altq/altqd/altq.conf.samples/
cbq.sample0 55 class cbq sr0 ssh intr borrow pbandwidth 5 red
56 filter sr0 ssh 0 0 0 22 6 # ssh
57 filter sr0 ssh 0 22 0 0 6 # ssh
cbq.v6 66 class cbq sr0 ssh intr borrow pbandwidth 10 red
67 filter6 sr0 ssh ::0 0 ::0 22 6 # ssh
68 filter6 sr0 ssh ::0 22 ::0 0 6 # ssh
cbq.widecamp 62 class cbq sr0 ssh intr borrow priority 4 pbandwidth 4 maxburst 8 red ecn
63 filter sr0 ssh 0 0 0 22 6 # ssh
64 filter sr0 ssh 0 22 0 0 6 # ssh
  /src/tests/lib/librumphijack/
t_tcpip.sh 72 # Starts a SSH server and sets up the client to access it.
83 echo "Setting up SSH server configuration"
100 # echo "SSH server started (pid $(cat sshd.pid))"
103 echo "Setting up SSH client configuration"
105 ssh-keygen -f ssh_user_key -t rsa -b 1024 -N "" -q
119 atf_test_case ssh cleanup
122 atf_set "descr" "Test that hijacked ssh/sshd works"
160 atf_check -s exit:0 -o save:ssh.out -e ignore \
162 ssh -T -F ssh_config 127.0.0.1 env BLOCKSIZE=512 \
164 atf_check -s exit:0 -o file:ssh.out env BLOCKSIZE=512
    [all...]
  /src/share/examples/npf/
host-npf.conf 9 # SSH to the host is allowed in via the ethernet interface.
10 # blacklistd(8) is used to prevent SSH bruteforce attempts.
33 # Allow SSH on wired interface and log all connection attempts
34 pass stateful in on $wired_if proto tcp to $wired_addrs port ssh apply "log"
soho_gw-npf.conf 47 # Allow inbound SSH and log all connection attempts
48 pass stateful in family inet4 proto tcp to $ext_v4 port ssh \
  /src/usr.sbin/sysinst/
msg.entropy.en 36 keys (e.g. ssh host keys).
39 for example have ssh host keys generated, we strongly advise to complete
msg.entropy.es 36 keys (e.g. ssh host keys).
39 for example have ssh host keys generated, we strongly advise to complete
msg.entropy.fr 36 keys (e.g. ssh host keys).
39 for example have ssh host keys generated, we strongly advise to complete
msg.entropy.pl 36 keys (e.g. ssh host keys).
39 for example have ssh host keys generated, we strongly advise to complete
msg.entropy.de 38 ssh host keys generieren werden, empfehlen wir dringend die
  /src/usr.bin/sys_info/
sys_info.sh 181 openssh|ssh)
182 run "ssh -V 2>&1 | awk '{ sub(\"_\", \"-\", \$1); print tolower(\$1) }'"
  /src/tests/fs/psshfs/
t_psshfs.sh 63 # Starts a SSH server and sets up the client to access it.
71 echo "Setting up SSH server configuration"
87 echo "SSH server started (pid $(cat sshd.pid))"
89 echo "Setting up SSH client configuration"
91 ssh-keygen -f ssh_user_key -t rsa -b 1024 -N "" -q
104 # Stops the SSH server spawned by start_ssh and prints diagnosis data.
108 echo "Stopping SSH server (pid $(cat sshd.pid))"
  /src/share/mk/
bsd.prog.mk 182 ssh \
  /src/etc/
Makefile 342 .for subdir in . defaults autofs bluetooth iscsi mtree namedb pam.d powerd rc.d root skel ssh
  /src/usr.sbin/postinstall/
postinstall.in 48 # - install moduli into usr/share/examples/ssh and use from there?
2318 # ssh
2321 additem ssh "ssh configuration update"
2328 local etcssh="${DEST_DIR}/etc/ssh"
2345 for f in sshd.conf ssh.conf ; do
2346 # /etc/ssh/ssh{,d}.conf -> ssh{,d}_config
2353 # /etc/ssh{,d}.conf -> /etc/ssh/ssh{,d}_confi
    [all...]

Completed in 22 milliseconds