OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ssh_host_dsa_key
(Results
1 - 10
of
10
) sorted by null
/external/openssh/contrib/caldera/
ssh-host-keygen
30
if [ -f $keydir/
ssh_host_dsa_key
-o \
31
-f $keydir/
ssh_host_dsa_key
.pub ]; then
32
echo "You already have an SSH2 DSA host key in $keydir/
ssh_host_dsa_key
."
35
$keygen -t dsa -f $keydir/
ssh_host_dsa_key
-C '' -N ''
sshd.init
70
! \( -f @sysconfdir@/
ssh_host_dsa_key
-a \
71
-f @sysconfdir@/
ssh_host_dsa_key
.pub \) ]; then
/external/openssh/
start-ssh
7
DSA_KEY=/data/ssh/
ssh_host_dsa_key
8
DSA_PUB_KEY=/data/ssh/
ssh_host_dsa_key
.pub
opensshd.init.in
21
HOST_KEY_DSA=$sysconfdir/
ssh_host_dsa_key
/external/dropbear/debian/
dropbear.postinst
17
if test -f /etc/ssh/
ssh_host_dsa_key
; then
20
/etc/ssh/
ssh_host_dsa_key
/etc/dropbear/dropbear_dss_host_key
/external/openssh/contrib/redhat/
sshd.init
45
/sbin/restorecon /etc/ssh/
ssh_host_dsa_key
.pub
sshd.init.old
29
DSA_KEY=/etc/ssh/
ssh_host_dsa_key
openssh.spec
306
echo HostKey /etc/ssh/
ssh_host_dsa_key
>> /etc/ssh/sshd_config
/external/openssh/contrib/aix/
buildbff.sh
249
if [ -f $sysconfdir/
ssh_host_dsa_key
] ; then
250
echo "$sysconfdir/
ssh_host_dsa_key
already exists, skipping."
252
$bindir/ssh-keygen -t dsa -f $sysconfdir/
ssh_host_dsa_key
-N ""
/external/openssh/contrib/cygwin/
ssh-host-config
96
if [ ! -f "${SYSCONFDIR}/
ssh_host_dsa_key
" ]
98
csih_inform "Generating ${SYSCONFDIR}/
ssh_host_dsa_key
"
99
if ! /usr/bin/ssh-keygen -t dsa -f ${SYSCONFDIR}/
ssh_host_dsa_key
-N '' > /dev/null
Completed in 91 milliseconds