GuestOnCampus und Diskussion:Shell/Fingerprints: Unterschied zwischen den Seiten

Aus Doc-Wiki
(Unterschied zwischen Seiten)
Zur Navigation springen Zur Suche springen
imported>Burghardt
 
imported>Matthias.neumann
 
Zeile 1: Zeile 1:
  +
When trying to connect to<br />
Seit Anfang 2017 existiert das WLAN "<tt>GuestOnCampus</tt>".
 
  +
<code>shell.stud.informatik.uni-goettingen.de</code><br/>
  +
via ssh, it tells me that the fingerprint is<br />
  +
<code>SHA256:L+FCMj2bm8x/BfR8AdaaLnqTmFD35D0EYNlFG7a2dt8</code>,<br/>
  +
which is documented here to be the old fingerprint, so it should only have been in use till april 2017.
  +
So, is the documentation incorrect or is the shell server still using the older fingerprint (at least sometimes)?
  +
--[[Benutzer:Matthias.neumann|Matthias.neumann]] 17:29, 27. Sep. 2017 (CEST)
   
  +
== shell server fingerprints ==
== Nutzung ==
 
Zur Authentifizierung genügt
 
* ein "echter" Gwdg-Account
 
* ein Studierenden-Account
 
* ein Gäste-Account
 
** zentral ausgestellt von einem Administrator
 
** dezentral ausgestellt von ''irgendjemandem'' - Stichwort: "WLAN-Bürgschaft". Diese Person übernimmt dann auch die Verantwortung!
 
   
  +
Also, the fingerprints for <tt>ssh-ed25519</tt> is the same on <tt>shell.informatik.uni-goettingen.de</tt> and <tt>shell.stud.informatik.uni-goettingen.de</tt>, but does not match any of the fingerprints documented.
;Achtung:das Netz ist '''nicht verschlüsselt''' - mit allen problematischen Konsequenzen. Verwenden Sie daher möglichst ein VPN.
 
  +
I get the following fingerprint: <tt>SHA256:H4FLNG2aNYRZ3jxepIx5E0s0a2ZvtZbbmVLt56b+nK0</tt>.
 
  +
What is the correct fingerprint?
 
  +
If the documentation is correct, it looks like I'm getting the old fingerprints while the server should be using the new ones...
== Probleme ==
 
* manchmal scheint ein Browser-Restart notwendig zu sein. (Cacheprobleme?)
 
* beim Sponsoring scheint <tt>user@gwdg.de</tt> (für den Gast) nicht immer zu funktionieren. (Wozu auch? Der Nutzer soll <tt>Eduroam</tt> verwenden!)
 
 
 
== Links ==
 
* https://voucher.gwdg.de/login/ -- freigeben von "gesponsorten" Zugängen
 
 
* https://www.sub.uni-goettingen.de/neu-hier/internetzugang/ -- allgemeine Informationen
 
* https://wiki.student.uni-goettingen.de/support/wlan/sub_gaeste -- zielt zwar auf die SUB, passt aber dennoch
 
* https://wlan.gwdg.de - leitet weiter an das captive-portal
 
* https://captive-portal.gwdg.de:8003/index.php?zone=wlan_gast # ohne Parameter klappt das nicht! # nur erreichbar solange ''nicht'' authentifiziert
 
* gwdg.de Dokumentation fehlt anscheinend noch...
 
 
 
 
[[Kategorie:Netzwerk]]
 

Version vom 27. September 2017, 20:20 Uhr

When trying to connect to
shell.stud.informatik.uni-goettingen.de
via ssh, it tells me that the fingerprint is
SHA256:L+FCMj2bm8x/BfR8AdaaLnqTmFD35D0EYNlFG7a2dt8,
which is documented here to be the old fingerprint, so it should only have been in use till april 2017. So, is the documentation incorrect or is the shell server still using the older fingerprint (at least sometimes)? --Matthias.neumann 17:29, 27. Sep. 2017 (CEST)

shell server fingerprints

Also, the fingerprints for ssh-ed25519 is the same on shell.informatik.uni-goettingen.de and shell.stud.informatik.uni-goettingen.de, but does not match any of the fingerprints documented. I get the following fingerprint: SHA256:H4FLNG2aNYRZ3jxepIx5E0s0a2ZvtZbbmVLt56b+nK0. What is the correct fingerprint? If the documentation is correct, it looks like I'm getting the old fingerprints while the server should be using the new ones...