mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-17 04:07:27 -08:00
Also, disable the server feature by default for security reasons. It can be re-enabled with the 'server' USE flag, which is going to be hard-masked. Bug: https://bugs.gentoo.org/666619 Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
32 lines
1.3 KiB
XML
32 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>python@gentoo.org</email>
|
|
<name>Python</name>
|
|
</maintainer>
|
|
<maintainer type="person">
|
|
<email>alicef@gentoo.org</email>
|
|
<name>Alice Ferrazzi</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
This is a library for making SSH2 connections (client or server).
|
|
Emphasis is on using SSH2 as an alternative to SSL for making secure
|
|
connections between python scripts. All major ciphers and hash methods
|
|
are supported. SFTP client mode is now supported too.
|
|
</longdescription>
|
|
<longdescription lang="ja">
|
|
これはSSH2コネクション(クライアントとサーバー)を作り出すためのライブラリです。注
|
|
目点はPython言語スクリプト間のセキュアなコネクションを作り出すSSLの代用にSSHを利
|
|
用している所です。有名なCipherとHash処理の全てがサポートされています。SFTPクライ
|
|
アントもサポートされています。
|
|
</longdescription>
|
|
<use>
|
|
<flag name="server">Enable server feature</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="pypi">paramiko</remote-id>
|
|
<remote-id type="github">paramiko/paramiko</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|