metadata.xml (1788B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> 3 <pkgmetadata> 4 <maintainer type="person"> 5 <email>contact@hacktivis.me</email> 6 <name>Haelwenn (lanodan) Monnier</name> 7 </maintainer> 8 <longdescription> 9 I was looking for a small and secure SSH server to fit on a laptop with 4 megs ram and no hard 10 disk, and couldn't find one which was satisfactory. I decided to write my own, and Dropbear is 11 the result. It implements most required features of the SSH 2 protocol, and other features such 12 as X11, TCP and Authentication Agent forwarding. Dropbear is Open Source software, distributed 13 under a MIT-style license. 14 </longdescription> 15 <longdescription lang="ja"> 16 私は 4MB の RAM とハードディスクを搭載しないラップトップ型にぴったりな小さ 17 くて安全な SSH サーバを探していました。しかし満足するものは見つけられません 18 でした。私は自身で作ろうと決意しました。その結果が Dropbear です。SSH 2 プ 19 ロトコルに必要な機能の大半、他にも X11 や TCP、認証エージェント・フォワーデ 20 ィングといった機能が実装してあります。Dropbear はオープンソースで、MIT スタ 21 イルのライセンス下で配布されます。 22 </longdescription> 23 <use> 24 <flag name="bsdpty">Add support for legacy BSD pty's rather than dynamic UNIX pty's -- do not use this flag unless you are absolutely sure you actually want it</flag> 25 <flag name="multicall">Build all the programs as one little binary (to save space)</flag> 26 <flag name="shadow">Enable shadow password support</flag> 27 </use> 28 <upstream> 29 <remote-id type="cpe">cpe:/a:matt_johnston:dropbear_ssh_server</remote-id> 30 </upstream> 31 </pkgmetadata>