Difference between revisions of "Secure Shell"

From CrawlWiki
Jump to: navigation, search
m (1 revision: crawl)
(fixed broken link)
Line 3: Line 3:
 
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]. The ssh_key that might be needed is available at http://crawl.akrasiac.org/cao_key
  
==Related articles==
+
==See also==
  
* [[ssh_guide.txt]]
+
* [https://gitorious.org/crawl/crawl/source/crawl-ref/docs/ssh_guide.txt ssh_guide.txt]
  
 
[[Category:Crawl]]
 
[[Category:Crawl]]

Revision as of 20:01, 26 May 2014

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 CDO.

If you're on *NIX and are tired of entering passwords for the main SSH login, then copy sorear's $HOME/.ssh/config. The ssh_key that might be needed is available at http://crawl.akrasiac.org/cao_key

See also