Filewatcher File Search
FTP Search
  
Directory 
  
Content Search 
   
pkg://openssh-portable-4.0.0.1,1.tbz:529378/+CONTENTS  downloads

@comment PKG_FORMAT_REVISION:1.1
@name openssh-portable-4.0.0.1,1
@comment ORIGIN:security/openssh-portable
@cwd /usr/local
@conflicts openssh-3.*
@conflicts ssh-1.*
@conflicts ssh2-3.*
@conflicts openssh-gssapi-*
man/man1/sftp.1.gz
@comment MD5:c25d0872dcb25f6a5cc1671ca5fa2f62
man/man1/ssh-add.1.gz
@comment MD5:0b3e9d02b707cf292df47aab3559ab39
man/man1/ssh-agent.1.gz
@comment MD5:0183d6b58444d0491165ed0f1bfebe23
man/man1/ssh-keygen.1.gz
@comment MD5:323c4e73eecc9234cb39b4ca34a76f7f
man/man1/ssh-keyscan.1.gz
@comment MD5:e7a5cf6bc97cd2c15f85622f034c75ae
man/man1/scp.1.gz
@comment MD5:8b5620f66579327c586d4f896dd2f391
man/man1/ssh.1.gz
@comment MD5:7a861c0aea9f26a1cbbf7539365fe462
man/man5/ssh_config.5.gz
@comment MD5:e8fe7cb9ae349c3b2fad966cf35b0d93
man/man5/sshd_config.5.gz
@comment MD5:64dab33783153c3098393ef763f19da3
man/man8/sftp-server.8.gz
@comment MD5:6f0c5b41c0c76884bcf1ac76926a4304
man/man8/sshd.8.gz
@comment MD5:d471ca65e7a4d2868aba3696813434bc
man/man8/ssh-keysign.8.gz
@comment MD5:dca7758cd2569ae505e9539879df9a63
man/man1/slogin.1.gz
@comment MD5:ae1a60bde3eb5f0693faa994ce425987
@unexec rm -f %D/man/cat1/sftp.1 %D/man/cat1/sftp.1.gz
@unexec rm -f %D/man/cat1/ssh-add.1 %D/man/cat1/ssh-add.1.gz
@unexec rm -f %D/man/cat1/ssh-agent.1 %D/man/cat1/ssh-agent.1.gz
@unexec rm -f %D/man/cat1/ssh-keygen.1 %D/man/cat1/ssh-keygen.1.gz
@unexec rm -f %D/man/cat1/ssh-keyscan.1 %D/man/cat1/ssh-keyscan.1.gz
@unexec rm -f %D/man/cat1/scp.1 %D/man/cat1/scp.1.gz
@unexec rm -f %D/man/cat1/ssh.1 %D/man/cat1/ssh.1.gz
@unexec rm -f %D/man/cat5/ssh_config.5 %D/man/cat5/ssh_config.5.gz
@unexec rm -f %D/man/cat5/sshd_config.5 %D/man/cat5/sshd_config.5.gz
@unexec rm -f %D/man/cat8/sftp-server.8 %D/man/cat8/sftp-server.8.gz
@unexec rm -f %D/man/cat8/sshd.8 %D/man/cat8/sshd.8.gz
@unexec rm -f %D/man/cat8/ssh-keysign.8 %D/man/cat8/ssh-keysign.8.gz
@unexec rm -f %D/man/cat1/slogin.1 %D/man/cat1/slogin.1.gz
@comment slogin must be deleted first
bin/slogin
@comment MD5:366d9819eebbbfd213d10800521eb4a7
bin/scp
@comment MD5:6a10dbc17a44094e1f12dc5732719be0
bin/sftp
@comment MD5:a6ab072ab39927e6bd733cd58cda5149
bin/ssh
@comment MD5:d1ab272100aee04e3b567308970157a3
bin/ssh-add
@comment MD5:9aeaf362386fb370282775ce528a13a2
bin/ssh-agent
@comment MD5:9d503964c1d3537878e0866f6c6e0fb3
bin/ssh-keygen
@comment MD5:56f0dec0a4003b805cc2ddd85a88c78b
bin/ssh-keyscan
@comment MD5:bac9cd962d869d8b1891feb15f05a0ce
etc/rc.d/sshd.sh.sample
@comment MD5:18c445ef9a31605d5257cdd7ed32d372
etc/ssh/moduli
@comment MD5:d93b0dd7a654a68e39361caff3f3061e
@exec [ -f %D/etc/ssh_config ] && [ ! -f %D/etc/ssh/ssh_config ] && ln %D/etc/ssh_config %D/etc/ssh/ssh_config
@exec [ -f %D/etc/sshd_config ] && [ ! -f %D/etc/ssh/sshd_config ] && ln %D/etc/sshd_config %D/etc/ssh/sshd_config
@exec [ -f %D/etc/ssh_host_key ] && [ ! -f %D/etc/ssh/ssh_host_key ] && ln %D/etc/ssh_host_key %D/etc/ssh/ssh_host_key
@exec [ -f %D/etc/ssh_host_key.pub ] && [ ! -f %D/etc/ssh/ssh_host_key.pub ] && ln %D/etc/ssh_host_key.pub %D/etc/ssh/ssh_host_key.pub
@exec [ -f %D/etc/ssh_host_rsa_key ] && [ ! -f %D/etc/ssh/ssh_host_rsa_key ] && ln %D/etc/ssh_host_rsa_key %D/etc/ssh/ssh_host_rsa_key
@exec [ -f %D/etc/ssh_host_rsa_key.pub ] && [ ! -f %D/etc/ssh/ssh_host_rsa_key.pub ] && ln %D/etc/ssh_host_rsa_key.pub %D/etc/ssh/ssh_host_rsa_key.pub
@exec [ -f %D/etc/ssh_host_dsa_key ] && [ ! -f %D/etc/ssh/ssh_host_dsa_key ] && ln %D/etc/ssh_host_dsa_key %D/etc/ssh/ssh_host_dsa_key
@exec [ -f %D/etc/ssh_host_dsa_key.pub ] && [ ! -f %D/etc/ssh/ssh_host_dsa_key.pub ] && ln %D/etc/ssh_host_dsa_key.pub %D/etc/ssh/ssh_host_dsa_key.pub
@unexec if cmp -s %D/etc/ssh/ssh_config %D/etc/ssh/ssh_config-dist; then rm -f %D/etc/ssh/ssh_config; fi
@unexec if cmp -s %D/etc/ssh/sshd_config %D/etc/ssh/sshd_config-dist; then rm -f %D/etc/ssh/sshd_config; fi
etc/ssh/ssh_config-dist
@comment MD5:137a38c125d667b675f5849a908b9b1f
etc/ssh/sshd_config-dist
@comment MD5:8ac340023301e076a217fc373d45a989
@exec [ ! -f %D/etc/ssh/ssh_config ] && cp %D/etc/ssh/ssh_config-dist %D/etc/ssh/ssh_config
@exec [ ! -f %D/etc/ssh/sshd_config ] && cp %D/etc/ssh/sshd_config-dist %D/etc/ssh/sshd_config
@dirrm etc/ssh
sbin/sshd
@comment MD5:86cbe6897316e5c5c5049e75d05dae29
share/Ssh.bin
@comment MD5:9770b444596be9ba496d21f1adbd45b7
libexec/sftp-server
@comment MD5:b7ceb9cbe8c3c6eb6fba6b0a70beb237
libexec/ssh-keysign
@comment MD5:0f5a141f893d5ab757df75809371f086
@exec if [ ! -f %D/etc/ssh/ssh_host_key ]; then echo ">> Generating a secret RSA1 host key."; %D/bin/ssh-keygen -t rsa1 -N "" -f %D/etc/ssh/ssh_host_key; fi
@exec if [ ! -f %D/etc/ssh/ssh_host_rsa_key ]; then echo ">> Generating a secret RSA host key."; %D/bin/ssh-keygen -t rsa -N "" -f %D/etc/ssh/ssh_host_rsa_key; fi
@exec if [ ! -f %D/etc/ssh/ssh_host_dsa_key ]; then echo ">> Generating a secret DSA host key."; %D/bin/ssh-keygen -t dsa -N "" -f %D/etc/ssh/ssh_host_dsa_key; fi
@exec mkdir -p %D/empty
@dirrm empty
@comment @exec mkdir -p /var/empty
@exec if ! pw groupshow sshd 2>/dev/null; then pw groupadd sshd -g 22; fi
@exec if ! pw usershow sshd 2>/dev/null; then pw useradd sshd -g sshd -u 22 -h - -d /var/empty -s /nonexistent -c "sshd privilege separation"; fi
@cwd .
@ignore
+COMMENT
@comment MD5:d46a098f7c4cccc0430e682ada598bd7
@ignore
+DESC
@comment MD5:ebdc16f1a3eb230b5a379252b6f8492f
@ignore
+DISPLAY
@comment MD5:a8ae9d9e5ab16fb93a8db6a73796a47f
@display +DISPLAY
@ignore
+MTREE_DIRS
@comment MD5:b4d3c33964a8aa569ca4aaa82f584523
@mtree +MTREE_DIRS
Results 1 - 1
Help - FTP Sites List - Software Dir.
Searching half a billion files worldwide
© 1997-2009 MARUHN Internet Solutions