OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ssh_host_key
(Results
1 - 7
of
7
) sorted by null
/external/openssh/contrib/caldera/
ssh-host-keygen
7
# the
ssh_host_key
* files _should_ be retained! Otherwise false
14
if [ -f $keydir/
ssh_host_key
-o \
15
-f $keydir/
ssh_host_key
.pub ]; then
16
echo "You already have an SSH1 RSA host key in $keydir/
ssh_host_key
."
19
$keygen -t rsa1 -f $keydir/
ssh_host_key
-C '' -N ''
sshd.init
66
if [ ! \( -f @sysconfdir@/
ssh_host_key
-a \
67
-f @sysconfdir@/
ssh_host_key
.pub \) -a \
/external/openssh/
opensshd.init.in
20
HOST_KEY_RSA1=$sysconfdir/
ssh_host_key
/external/openssh/contrib/redhat/
sshd.init
9
# config: /etc/ssh/
ssh_host_key
10
# config: /etc/ssh/
ssh_host_key
.pub
43
/sbin/restorecon /etc/ssh/
ssh_host_key
.pub
sshd.init.old
9
# config: /etc/ssh/
ssh_host_key
10
# config: /etc/ssh/
ssh_host_key
.pub
27
RSA1_KEY=/etc/ssh/
ssh_host_key
/external/openssh/contrib/aix/
buildbff.sh
244
if [ -f "$sysconfdir/
ssh_host_key
" ] ; then
245
echo "$sysconfdir/
ssh_host_key
already exists, skipping."
247
$bindir/ssh-keygen -t rsa1 -f $sysconfdir/
ssh_host_key
-N ""
/external/openssh/contrib/cygwin/
ssh-host-config
76
if [ ! -f "${SYSCONFDIR}/
ssh_host_key
" ]
78
csih_inform "Generating ${SYSCONFDIR}/
ssh_host_key
"
79
if ! /usr/bin/ssh-keygen -t rsa1 -f ${SYSCONFDIR}/
ssh_host_key
-N '' > /dev/null
81
csih_warning "Generating ${SYSCONFDIR}/
ssh_host_key
failed!"
91
csih_warning "Generating ${SYSCONFDIR}/
ssh_host_key
failed!"
101
csih_warning "Generating ${SYSCONFDIR}/
ssh_host_key
failed!"
111
csih_warning "Generating ${SYSCONFDIR}/
ssh_host_key
failed!"
Completed in 2714 milliseconds