1999-11-08 07:20:54 +01:00
|
|
|
bin/scp
|
2001-06-08 10:03:26 +02:00
|
|
|
bin/sftp
|
1999-11-20 02:55:53 +01:00
|
|
|
bin/slogin
|
1999-11-08 07:20:54 +01:00
|
|
|
bin/ssh
|
|
|
|
bin/ssh-add
|
|
|
|
bin/ssh-agent
|
|
|
|
bin/ssh-keygen
|
2001-06-08 10:03:26 +02:00
|
|
|
bin/ssh-keyscan
|
1999-11-20 04:05:31 +01:00
|
|
|
etc/rc.d/sshd.sh
|
|
|
|
etc/ssh_config
|
|
|
|
etc/sshd_config
|
1999-11-08 07:20:54 +01:00
|
|
|
sbin/sshd
|
2001-06-08 10:03:26 +02:00
|
|
|
libexec/sftp-server
|
2000-05-30 22:43:29 +02:00
|
|
|
@exec if [ ! -f %D/etc/ssh_host_key ]; then echo ">> Generating a secret RSA host key."; %D/bin/ssh-keygen -N "" -f %D/etc/ssh_host_key; fi
|
|
|
|
@exec if [ ! -f %D/etc/ssh_host_dsa_key ]; then echo ">> Generating a secret DSA host key."; %D/bin/ssh-keygen -d -N "" -f %D/etc/ssh_host_dsa_key; fi
|
1999-11-20 04:55:29 +01:00
|
|
|
@exec if [ ! -x %D/etc/rc.d/sshd.sh ]; then echo "#!/bin/sh" > %D/etc/rc.d/sshd.sh && exec echo "[ -x %D/sbin/sshd ] && %D/sbin/sshd && echo -n ' sshd'" >> %D/etc/rc.d/sshd.sh && exec chmod 0555 %D/etc/rc.d/sshd.sh; fi
|