1999-11-08 06:20:54 +00:00
|
|
|
bin/scp
|
1999-11-20 01:55:53 +00:00
|
|
|
bin/slogin
|
1999-11-08 06:20:54 +00:00
|
|
|
bin/ssh
|
|
|
|
bin/ssh-add
|
|
|
|
bin/ssh-agent
|
|
|
|
bin/ssh-keygen
|
1999-11-20 03:05:31 +00:00
|
|
|
etc/rc.d/sshd.sh
|
|
|
|
etc/ssh_config
|
|
|
|
etc/sshd_config
|
1999-11-08 06:20:54 +00:00
|
|
|
man/man1/scp.1.gz
|
|
|
|
man/man1/slogin.1.gz
|
|
|
|
man/man1/ssh-add.1.gz
|
|
|
|
man/man1/ssh-agent.1.gz
|
|
|
|
man/man1/ssh-keygen.1.gz
|
|
|
|
man/man1/ssh.1.gz
|
|
|
|
man/man8/sshd.8.gz
|
|
|
|
sbin/sshd
|
1999-11-20 03:05:31 +00:00
|
|
|
@exec if [ ! -f %D/etc/ssh_host_key ]; then echo ">> Generating a secret host key."; %D/bin/ssh-keygen -N "" -f %D/etc/ssh_host_key; fi
|
1999-11-20 03:55:29 +00: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
|