diff options
author | 2023-05-06 23:27:56 +0200 | |
---|---|---|
committer | 2023-05-06 23:27:56 +0200 | |
commit | 8c6fab56400b1b06b788c7c72c98490f46cd848b (patch) | |
tree | ce32f76de53c2cb26051354409c5b91ede9ed95a /net-misc | |
parent | app-backup/tsm: drop 8.1.13.3, 8.1.15.0 (diff) | |
download | gentoo-8c6fab56400b1b06b788c7c72c98490f46cd848b.tar.gz gentoo-8c6fab56400b1b06b788c7c72c98490f46cd848b.tar.bz2 gentoo-8c6fab56400b1b06b788c7c72c98490f46cd848b.zip |
net-misc/openssh: properly indent metadata.xml
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/openssh/metadata.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/net-misc/openssh/metadata.xml b/net-misc/openssh/metadata.xml index 9f064cdd11a0..0ed696c82ad6 100644 --- a/net-misc/openssh/metadata.xml +++ b/net-misc/openssh/metadata.xml @@ -6,18 +6,18 @@ <name>Gentoo Base System</name> </maintainer> <longdescription> -OpenSSH is a FREE version of the SSH protocol suite of network connectivity tools that -increasing numbers of people on the Internet are coming to rely on. Many users of telnet, -rlogin, ftp, and other such programs might not realize that their password is transmitted -across the Internet unencrypted, but it is. OpenSSH encrypts all traffic (including passwords) -to effectively eliminate eavesdropping, connection hijacking, and other network-level attacks. -Additionally, OpenSSH provides a myriad of secure tunneling capabilities, as well as a variety -of authentication methods. + OpenSSH is a FREE version of the SSH protocol suite of network connectivity tools that + increasing numbers of people on the Internet are coming to rely on. Many users of telnet, + rlogin, ftp, and other such programs might not realize that their password is transmitted + across the Internet unencrypted, but it is. OpenSSH encrypts all traffic (including passwords) + to effectively eliminate eavesdropping, connection hijacking, and other network-level attacks. + Additionally, OpenSSH provides a myriad of secure tunneling capabilities, as well as a variety + of authentication methods. -The OpenSSH suite includes the ssh program which replaces rlogin and telnet, scp which -replaces rcp, and sftp which replaces ftp. Also included is sshd which is the server side of -the package, and the other basic utilities like ssh-add, ssh-agent, ssh-keysign, ssh-keyscan, -ssh-keygen and sftp-server. OpenSSH supports SSH protocol versions 1.3, 1.5, and 2.0. + The OpenSSH suite includes the ssh program which replaces rlogin and telnet, scp which + replaces rcp, and sftp which replaces ftp. Also included is sshd which is the server side of + the package, and the other basic utilities like ssh-add, ssh-agent, ssh-keysign, ssh-keyscan, + ssh-keygen and sftp-server. OpenSSH supports SSH protocol versions 1.3, 1.5, and 2.0. </longdescription> <use> <flag name="hpn">Enable high performance ssh</flag> |