Difference between revisions of "Secure Shell"

From CrawlWiki
Jump to: navigation, search
m (1 revision: crawl)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''Secure Shell''' (or SSH) is a network protocol that allows data to be exchanged using a secure channel between two networked devices. Secure Shell uses GNU ZLIB (LZ77) for compression. Compression uses less bandwidth and CPU ratios winds up faster overall. It's supported by [[CAO]] and [http://crawl.develz.org/ CDO].
+
'''Secure Shell''' (or SSH) is a network protocol that allows data to be exchanged using a secure channel between two networked devices. Secure Shell uses GNU ZLIB (LZ77) for compression. Compression uses less bandwidth and CPU ratios winds up faster overall. It's supported by many online servers ([http://crawl.develz.org/wordpress/howto list of servers and SSH keys]).
  
If you're on *NIX and are tired of entering passwords for the main SSH login, then copy [[Devteam|sorear's]] [http://angband.pl/crawl/config $HOME/.ssh/config]. The ssh_key that might be needed is available at http://crawl.akrasiac.org/cao_key
+
If you're on *NIX and are tired of entering passwords for the main SSH login, then copy [[Devteam|sorear's]] [http://angband.pl/crawl/config $HOME/.ssh/config].  
 +
==See also==
  
==Related articles==
+
* [https://raw.githubusercontent.com/crawl/crawl/fceadbd91f79ef3beaafeedd6ebaffee955235c8/crawl-ref/docs/ssh_guide.txt ssh_guide.txt]
 
 
* [[ssh_guide.txt]]
 
  
 
[[Category:Crawl]]
 
[[Category:Crawl]]

Latest revision as of 22:29, 13 April 2022

Secure Shell (or SSH) is a network protocol that allows data to be exchanged using a secure channel between two networked devices. Secure Shell uses GNU ZLIB (LZ77) for compression. Compression uses less bandwidth and CPU ratios winds up faster overall. It's supported by many online servers (list of servers and SSH keys).

If you're on *NIX and are tired of entering passwords for the main SSH login, then copy sorear's $HOME/.ssh/config.

See also