mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 12:20:35 +01:00
gnu: putty: Edit description.
* gnu/packages/networking.scm (putty)[synopsis, description]: Write PuTTY. Expand the used @acronym{}s.
This commit is contained in:
parent
c1f2c6c39e
commit
012ee8c255
1 changed files with 7 additions and 5 deletions
|
@ -4231,10 +4231,12 @@ on hub/switched networks. It is based on @acronym{ARP} packets, it will send
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("python" ,python))) ; for tests
|
("python" ,python))) ; for tests
|
||||||
(synopsis "Graphical @acronym{SSH} and telnet client")
|
(synopsis "Graphical @acronym{SSH, Secure SHell} and telnet client")
|
||||||
(description "Putty is a terminal client. It supports @acronym{SSH},
|
(description "PuTTY is a graphical text terminal client. It supports
|
||||||
telnet, and raw socket connections with good terminal emulation. It supports
|
@acronym{SSH, Secure SHell}, telnet, and raw socket connections with good
|
||||||
public key authentication and Kerberos single-sign-on. It also includes
|
terminal emulation. It can authenticate with public keys and Kerberos
|
||||||
command-line @acronym{SFTP} and @acronym{SCP} implementations.")
|
single-sign-on. It also includes command-line @acronym{SFTP, Secure File
|
||||||
|
Transfer Protocol} and older @acronym{SCP, Secure Copy Protocol}
|
||||||
|
implementations.")
|
||||||
(home-page "https://www.chiark.greenend.org.uk/~sgtatham/putty/")
|
(home-page "https://www.chiark.greenend.org.uk/~sgtatham/putty/")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue