gnu: corkscrew: Improve descriptions.
* gnu/packages/ssh.scm (corkscrew)[synopsis, description]: Fix typos and condense. Remove scary warning (the tunnel is always encrypted through SSH) and speculation.
This commit is contained in:
		
							parent
							
								
									040ae44aa1
								
							
						
					
					
						commit
						10c95711b4
					
				
					 1 changed files with 4 additions and 5 deletions
				
			
		| 
						 | 
					@ -292,12 +292,11 @@ libssh library.")
 | 
				
			||||||
                             (string-append "." "/configure")
 | 
					                             (string-append "." "/configure")
 | 
				
			||||||
                             flags))))))))
 | 
					                             flags))))))))
 | 
				
			||||||
    (home-page "http://www.agroman.net/corkscrew")
 | 
					    (home-page "http://www.agroman.net/corkscrew")
 | 
				
			||||||
    (synopsis "Tunneling SSH through HTTP proxies")
 | 
					    (synopsis "SSH tunneling through HTTP(S) proxies")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
     "Corkscrew allows creating TCP tunnels through HTTP proxies.  WARNING:
 | 
					     "Corkscrew tunnels SSH connections through most HTTP and HTTPS proxies.
 | 
				
			||||||
At the moment only plain text authentication is supported, should you require
 | 
					Proxy authentication is only supported through the plain-text HTTP basic
 | 
				
			||||||
to use it with your HTTP proxy.  Digest based authentication may be supported
 | 
					authentication scheme.")
 | 
				
			||||||
in future and NTLM based authentication is most likey never be supported.")
 | 
					 | 
				
			||||||
    (license license:gpl2+)))
 | 
					    (license license:gpl2+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public mosh
 | 
					(define-public mosh
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue