OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ssh_host_rsa_key
(Results
1 - 10
of
10
) sorted by null
/external/openssh/contrib/caldera/
ssh-host-keygen
22
if [ -f $keydir/
ssh_host_rsa_key
-o \
23
-f $keydir/
ssh_host_rsa_key
.pub ]; then
24
echo "You already have an SSH2 RSA host key in $keydir/
ssh_host_rsa_key
."
27
$keygen -t rsa -f $keydir/
ssh_host_rsa_key
-C '' -N ''
sshd.init
68
! \( -f @sysconfdir@/
ssh_host_rsa_key
-a \
69
-f @sysconfdir@/
ssh_host_rsa_key
.pub \) -a \
/external/openssh/
start-ssh
9
RSA_KEY=/data/ssh/
ssh_host_rsa_key
10
RSA_PUB_KEY=/data/ssh/
ssh_host_rsa_key
.pub
opensshd.init.in
22
HOST_KEY_RSA=$sysconfdir/
ssh_host_rsa_key
/external/dropbear/debian/
dropbear.postinst
7
if test -f /etc/ssh/
ssh_host_rsa_key
; then
10
/etc/ssh/
ssh_host_rsa_key
/etc/dropbear/dropbear_rsa_host_key
/external/openssh/contrib/redhat/
sshd.init
44
/sbin/restorecon /etc/ssh/
ssh_host_rsa_key
.pub
sshd.init.old
28
RSA_KEY=/etc/ssh/
ssh_host_rsa_key
openssh.spec
305
echo HostKey /etc/ssh/
ssh_host_rsa_key
>> /etc/ssh/sshd_config
/external/openssh/contrib/aix/
buildbff.sh
254
if [ -f $sysconfdir/
ssh_host_rsa_key
] ; then
255
echo "$sysconfdir/
ssh_host_rsa_key
already exists, skipping."
257
$bindir/ssh-keygen -t rsa -f $sysconfdir/
ssh_host_rsa_key
-N ""
/external/openssh/contrib/cygwin/
ssh-host-config
86
if [ ! -f "${SYSCONFDIR}/
ssh_host_rsa_key
" ]
88
csih_inform "Generating ${SYSCONFDIR}/
ssh_host_rsa_key
"
89
if ! /usr/bin/ssh-keygen -t rsa -f ${SYSCONFDIR}/
ssh_host_rsa_key
-N '' > /dev/null
Completed in 379 milliseconds