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

  /external/openssh/contrib/redhat/
gnome-ssh-askpass.csh 1 setenv SSH_ASKPASS /usr/libexec/openssh/gnome-ssh-askpass
gnome-ssh-askpass.sh 1 SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
openssh.spec 4 # OpenSSH privilege separation requires a user & group ID
67 Summary: The OpenSSH implementation of SSH protocol versions 1 and 2.
68 Name: openssh
75 URL: http://www.openssh.com/portable.html
76 Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
108 Summary: OpenSSH clients.
109 Requires: openssh = %{version}-%{release}
114 Summary: The OpenSSH server daemon.
117 Requires: openssh = %{version}-%{release}, chkconfig >= 0.
    [all...]
  /external/openssh/contrib/aix/
buildbff.sh 3 # buildbff.sh: Create AIX SMIT-installable OpenSSH packages
60 PKGNAME=openssh
166 find . ! -name . -print >../openssh.al
167 $inventory >../openssh.inventory
169 cat <<EOD >../openssh.copyright
171 For the full text of the license, see /usr/lpp/openssh/LICENCE
175 # openssh.size file allows filesystem expansion as required
177 # then calculate disk usage for each directory and store in openssh.size
184 done > ../openssh.size
189 cat <<EOF >>../openssh.post_
    [all...]
  /external/openssh/contrib/hpux/
sshd.rc 25 WHAT='OpenSSH'
26 WHAT_PATH=/opt/openssh/sbin/sshd
  /external/openssh/regress/
try-ciphers.sh 10 macs="hmac-sha1 hmac-md5 umac-64@openssh.com hmac-sha1-96 hmac-md5-96"
35 if ${SSH} -oCiphers=acss@openssh.org 2>&1 | grep "Bad SSH2 cipher" >/dev/null
40 echo "Ciphers acss@openssh.org" >> $OBJ/sshd_proxy
41 c=acss@openssh.org
ssh-com-client.sh 33 ${SSHKEYGEN} -i -f ${OBJ}/id.com > $OBJ/id.openssh
34 chmod 600 ${OBJ}/id.openssh
35 ${SSHKEYGEN} -y -f ${OBJ}/id.openssh > $OBJ/authorized_keys_$USER
36 ${SSHKEYGEN} -e -f ${OBJ}/id.openssh > $OBJ/id.com.pub
132 id.list id.com id.com.pub id.openssh; do
multiplex.sh 4 CTL=/tmp/openssh.regress.ctl-sock.$$
test-exec.sh 69 SFTPSERVER=/usr/libexec/openssh/sftp-server
347 puttygen -O public-openssh ${OBJ}/putty.rsa2 \
  /external/dropbear/
Android.mk 31 # we will build openssh version instead
50 # we will build openssh version instead
  /external/dropbear/debian/
dropbear.postinst 8 echo "Converting existing OpenSSH RSA host key to Dropbear format."
9 /usr/lib/dropbear/dropbearconvert openssh dropbear \
18 echo "Converting existing OpenSSH RSA host key to Dropbear format."
19 /usr/lib/dropbear/dropbearconvert openssh dropbear \
27 # check whether OpenSSH seems to be installed.
30 OpenSSH appears to be installed. Setting /etc/default/dropbear so that
35 # disabled because OpenSSH is installed
  /external/openssh/contrib/caldera/
openssh.spec 30 # OpenSSH privilege separation requires a user & group ID
34 Name : openssh
39 Summary : OpenSSH free Secure Shell (SSH) implementation.
40 Summary(de) : OpenSSH - freie Implementation der Secure Shell (SSH).
41 Summary(es) : OpenSSH implementaci?n libre de Secure Shell (SSH).
42 Summary(fr) : Impl?mentation libre du shell s?curis? OpenSSH (SSH).
43 Summary(it) : Implementazione gratuita OpenSSH della Secure Shell.
44 Summary(pt) : Implementa??o livre OpenSSH do protocolo 'Secure Shell' (SSH).
45 Summary(pt_BR) : Implementa??o livre OpenSSH do protocolo Secure Shell (SSH).
49 URL : http://www.openssh.com
    [all...]
  /external/openssh/contrib/suse/
openssh.spec 14 Summary: OpenSSH, a free Secure Shell (SSH) protocol implementation
15 Name: openssh
17 URL: http://www.openssh.com/
19 Source0: openssh-%{version}.tar.gz
23 BuildRoot: %{_tmppath}/openssh-%{version}-buildroot
42 Summary: A passphrase dialog for OpenSSH and the X window System.
44 Requires: openssh = %{version}
46 Provides: openssh:${_libdir}/ssh/ssh-askpass
59 OpenSSH is OpenBSD's rework of the last free version of SSH, bringing it
63 This package includes all files necessary for both the OpenSSH
    [all...]
  /external/openssh/contrib/cygwin/
Makefile 9 sshdocdir=$(docdir)/openssh
57 $(INSTALL) -m 644 README $(DESTDIR)$(cygdocdir)/openssh.README
ssh-host-config 5 # This file is part of the Cygwin port of OpenSSH.
44 /usr/bin/ssh-keygen openssh
45 /usr/sbin/sshd openssh
192 csih_inform "Privilege separation is set to yes by default since OpenSSH 3.3."
194 csih_inform "For more info on privilege separation read /usr/share/doc/openssh/README.privsep."
600 echo "This script creates an OpenSSH host configuration."
  /external/openssh/
buildpkg.sh.in 12 # You can create a openssh-config.local with your customized options
20 # with a real OpenSSH package on a system. This is not needed on systems
23 PKGNAME=OpenSSH
50 OPENSSH_MANIFEST=openssh.xml
122 # we will look for openssh-config.local to override the above options
123 [ -s ./openssh-config.local ] && . ./openssh-config.local
248 NAME="OpenSSH Portable for ${UNAME_S}"
250 VENDOR="OpenSSH Portable Team - http://www.openssh.com/portable.html
    [all...]