SL:Network Users und Diskussion:Shell/Fingerprints: Unterschied zwischen den Seiten

Aus Doc-Wiki
(Unterschied zwischen Seiten)
Zur Navigation springen Zur Suche springen
imported>Burghardt
(Die Seite wurde neu angelegt: „ One basic idea was to work with the "normal" user accounts. The local computers are ''not'' prepared to work this way yet. But we have some pre-preparation, up u…“)
 
imported>Matthias.neumann
 
Zeile 1: Zeile 1:
  +
When trying to connect to<br />
 
<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 ==
One basic idea was to work with the "normal" user accounts. The local computers are ''not'' prepared to work this way yet. But we have some pre-preparation, up until now we have:
 
   
  +
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.
=== a user named <code>sensorlab</code> ===
 
  +
I get the following fingerprint: <tt>SHA256:H4FLNG2aNYRZ3jxepIx5E0s0a2ZvtZbbmVLt56b+nK0</tt>.
sensorlab@login:~$ id
 
  +
What is the correct fingerprint?
uid=13433(sensorlab) gid=913(tmg) groups=913(tmg),6172(senslab),1093888628(AfsPag-336a74)
 
  +
If the documentation is correct, it looks like I'm getting the old fingerprints while the server should be using the new ones...
 
=== a ''group'' named <code>senslab</code> ===
 
dn: cn=senslab,ou=groups,dc=informatik,dc=uni-goettingen,dc=de
 
...
 
memberUid: sensorlab
 
memberUid: ashah
 
memberUid: oalfandi
 
memberUid: brosenne
 
memberUid: kellner
 
 
This list may get extended with userids of students on request...
 
 
=== the user has a home directory ~sensorlab ===
 
sensorlab@login:~$ pwd
 
/afs/informatik.uni-goettingen.de/user/s/sensorlab
 
 
=== obligatory home page ===
 
http://user.informatik.uni-goettingen.de/~sensorlab/
 
 
The account "sensorlab" should '''not''' be used by any member of the group "senslab". Instead use your own account - that's what group membership is for!
 
 
== See also ==
 
* [[SL:tmg94]] -- ESXi Server for hosting Virtual Machines
 
* [[SL:Virtual Machines]]
 
* [[SL:Remote Access]] -- reach in from the outside world
 
* [[SL:Topology]] -- the network address ranges, machine names...
 
* [[SL:Network_Users]]
 
 
 
[[Category:Sensorlab]]
 

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