HomeSort by relevance Sort by last modified time
    Searched refs:sshd_config (Results 1 - 18 of 18) sorted by null

  /external/openssh/regress/
reexec.sh 38 cp $OBJ/sshd_config $OBJ/sshd_config.orig
40 echo "InvalidXXX=no" >> $OBJ/sshd_config
47 cp $OBJ/sshd_config.orig $OBJ/sshd_config
61 cp $OBJ/sshd_config.orig $OBJ/sshd_config
62 echo "UsePrivilegeSeparation=no" >> $OBJ/sshd_config
login-timeout.sh 7 echo "LoginGraceTime 10s" >> $OBJ/sshd_config
8 echo "MaxStartups 1" >> $OBJ/sshd_config
21 echo "UsePrivilegeSeparation no" >> $OBJ/sshd_config
cfgmatch.sh 4 tid="sshd_config match"
45 echo "PermitOpen 127.0.0.1:1" >>$OBJ/sshd_config
48 echo "Match Address 127.0.0.1" >>$OBJ/sshd_config
49 echo "PermitOpen 127.0.0.1:$PORT" >>$OBJ/sshd_config
59 # Test Match + PermitOpen in sshd_config. This should be permitted
90 # Test both sshd_config and key options permitting the same dst/port pair.
test-exec.sh 246 cat << EOF > $OBJ/sshd_config
262 trace "adding sshd_config option $TEST_SSH_SSHD_CONFOPTS"
263 echo "$TEST_SSH_SSHD_CONFOPTS" >> $OBJ/sshd_config
267 cp $OBJ/sshd_config $OBJ/sshd_proxy
317 echo HostKey $OBJ/host.$t >> $OBJ/sshd_config
379 $SUDO ${SSHD} -f $OBJ/sshd_config "$@" -t || fatal "sshd_config broken"
380 $SUDO ${SSHD} -f $OBJ/sshd_config -e "$@" >>$TEST_SSH_LOGFILE 2>&1
Makefile 71 ssh_config sshd_config.orig ssh_proxy sshd_config sshd_proxy \
ssh-com-client.sh 44 echo HostKey $OBJ/host.$t >> $OBJ/sshd_config
  /external/openssh/
start-ssh 33 /system/bin/logwrapper /system/bin/sshd -f /system/etc/ssh/sshd_config -D -d
36 /system/bin/sshd -f /system/etc/ssh/sshd_config -D
opensshd.init.in 17 PidFile=`grep "^PidFile" ${sysconfdir}/sshd_config | tr "=" " " | awk '{print $2}'`
Android.mk 153 ###################### sshd_config ######################
157 LOCAL_MODULE := sshd_config
160 LOCAL_SRC_FILES := sshd_config.android
buildpkg.sh.in 221 $FAKE_ROOT${sysconfdir}/sshd_config
224 $FAKE_ROOT${sysconfdir}/sshd_config
227 $FAKE_ROOT${sysconfdir}/sshd_config
231 mv $FAKE_ROOT${sysconfdir}/sshd_config $FAKE_ROOT${sysconfdir}/sshd_config.default
315 [ -f \${PKG_INSTALL_ROOT}${sysconfdir}/sshd_config ] || \\
316 cp -p \${PKG_INSTALL_ROOT}${sysconfdir}/sshd_config.default \\
317 \${PKG_INSTALL_ROOT}${sysconfdir}/sshd_config
  /external/openssh/contrib/suse/
rc.sshd 114 test /etc/ssh/sshd_config -nt $SSHD_PIDFILE && echo reload
openssh.spec 186 %verify_permissions -e /etc/ssh/sshd_config -e /etc/ssh/ssh_config -e /usr/bin/ssh
201 %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ssh/sshd_config
228 %attr(0644,root,root) %doc %{_mandir}/man5/sshd_config.5*
  /external/openssh/contrib/aix/
buildbff.sh 144 $FAKE_ROOT/${sysconfdir}/sshd_config
149 $FAKE_ROOT/${sysconfdir}/sshd_config
154 for cfgfile in ssh_config sshd_config
193 for cfgfile in ssh_config sshd_config
224 if egrep '^[ \t]*UsePrivilegeSeparation[ \t]+no' $sysconfdir/sshd_config >/dev/null
  /external/openssh/contrib/cygwin/
ssh-host-config 202 csih_error_recoverable "Check your ${SYSCONFDIR}/sshd_config file!"
211 # Create default sshd_config from skeleton files in /etc/defaults/etc or
213 if /usr/bin/cmp "${SYSCONFDIR}/sshd_config" "${SYSCONFDIR}/defaults/${SYSCONFDIR}/sshd_config" >/dev/null 2>&1
215 csih_inform "Updating ${SYSCONFDIR}/sshd_config file"
216 sshdconfig_tmp=${SYSCONFDIR}/sshd_config.$$
220 < ${SYSCONFDIR}/sshd_config \
222 if ! /usr/bin/mv "${sshdconfig_tmp}" ${SYSCONFDIR}/sshd_config
225 csih_warning "Check your ${SYSCONFDIR}/sshd_config file!"
230 echo >> ${SYSCONFDIR}/sshd_config
    [all...]
Makefile 25 move-config-files: $(DESTDIR)$(sysconfdir)/ssh_config $(DESTDIR)$(sysconfdir)/sshd_config
28 mv $(DESTDIR)$(sysconfdir)/sshd_config $(DESTDIR)$(defaultsdir)
  /external/openssh/contrib/caldera/
sshd.init 64 SVIemptyConfig @sysconfdir@/sshd_config && exit 6
openssh.spec 212 %{buildroot}%{_sysconfdir}/sshd_config
216 %{buildroot}%{_sysconfdir}/sshd_config
342 %config %{_sysconfdir}/sshd_config
347 %{_mandir}/man5/sshd_config.5.gz
  /external/openssh/contrib/redhat/
openssh.spec 299 END {exit sawhostkey}' /etc/ssh/sshd_config
305 echo HostKey /etc/ssh/ssh_host_rsa_key >> /etc/ssh/sshd_config
306 echo HostKey /etc/ssh/ssh_host_dsa_key >> /etc/ssh/sshd_config
384 %attr(0644,root,root) %{_mandir}/man5/sshd_config.5*
387 %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ssh/sshd_config
548 - fix an error parsing the new default sshd_config

Completed in 193 milliseconds