Entwicklungsumgebung/Dateiliste/ssh config

Aus Delixs
Zur Navigation springen Zur Suche springen


Diese Seite ist momentan eine Baustelle im Zustand: 1

Wird bearbeitet von: Schoffer
Hilfe zum Bearbeitungsstatus: Hilfe:Status eines Artikels


/etc/ssh/ssh_config

Achtung: Bitte achten Sie unbedingt darauf, beim Kopieren und Einfügen einen Editor mit UNIX-Zeilenumbrüchen zu verwenden!

Hinweis: Die im delixs-Schulserver geänderten Zeilen sind gelb unterlegt.



<source highlight="1" lang="text">

  1. This is the delixs ssh client system-wide configuration file. See
  2. ssh_config(5) for more information. This file provides defaults for
  3. users, and the values can be changed in per-user configuration files
  4. or on the command line.
  1. Configuration data is parsed as follows:
  2. 1. command line options
  3. 2. user-specific file
  4. 3. system-wide file
  5. Any configuration value is only changed the first time it is set.
  6. Thus, host-specific definitions should be at the beginning of the
  7. configuration file, and defaults at the end.
  1. Site-wide defaults for some commonly used options. For a comprehensive
  2. list of available options, their meanings and defaults, please see the
  3. ssh_config(5) man page.

Host *

  1. ForwardAgent no
  2. ForwardX11 no
  3. ForwardX11Trusted yes
  4. RhostsRSAAuthentication no
  5. RSAAuthentication yes
  6. PasswordAuthentication yes
  7. HostbasedAuthentication no
  8. GSSAPIAuthentication no
  9. GSSAPIDelegateCredentials no
  10. GSSAPIKeyExchange no
  11. GSSAPITrustDNS no
  12. BatchMode no
  13. CheckHostIP yes
  14. AddressFamily any
  15. ConnectTimeout 0
  16. StrictHostKeyChecking ask
  17. IdentityFile ~/.ssh/identity
  18. IdentityFile ~/.ssh/id_rsa
  19. IdentityFile ~/.ssh/id_dsa
  20. Port 22
  21. Protocol 2,1
  22. Cipher 3des
  23. Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
  24. MACs hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160
  25. EscapeChar ~
  26. Tunnel no
  27. TunnelDevice any:any
  28. PermitLocalCommand no
   SendEnv LANG LC_*
   HashKnownHosts yes
   GSSAPIAuthentication yes
   GSSAPIDelegateCredentials no

</source>




zurück | Hauptseite