SL:Introduction 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 />
The Sensor Lab can be found in room 1.101 of the IfI.
 
  +
<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 ==
[[File:SensorLabLogo.png|miniatur|Sensor Lab logo]]
 
   
  +
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.
== Nodes Hardware ==
 
  +
I get the following fingerprint: <tt>SHA256:H4FLNG2aNYRZ3jxepIx5E0s0a2ZvtZbbmVLt56b+nK0</tt>.
 
  +
What is the correct fingerprint?
The sensor nodes we have ordered are from Crossbow technology ([http://web.archive.org/web/20071012145715/http://www.xbow.com/Products/productdetails.aspx?sid=264 http://www.xbow.com/Products/productdetails.aspx?sid=264])
 
  +
If the documentation is correct, it looks like I'm getting the old fingerprints while the server should be using the new ones...
Basically, the sensors operate in 2.4GHz ISM band. The range of the radio module is about up to 50 m indoor and up to 300 m outdoor.
 
 
For more details see the [[Media:IRIS_Datasheet.pdf|data sheet]].
 
 
A number of sensor boards are available, such as the MTS400 board, which includes the following sensors:
 
* Dual-axis Accelerometer: Analog Devices ADXL202JE
 
* Barometric Pressure Sensor: Intersema MS5534AM
 
* Ambient Light Sensor: TAOS TSL2550D
 
* Relative Humidity & Temperature Sensor: Sensirion SHT11
 
 
A [http://user.informatik.uni-goettingen.de/~sensorlab/Hardware full list] of available hardware will be put here soon.
 
 
== Documents ==
 
=== TinyOS ===
 
General documents can be found on http://docs.tinyos.net/index.php/Main_Page
 
 
TinyOS Iris API: http://www.tinyos.net/tinyos-2.1.0/doc/nesdoc/iris/
 
 
=== How To ===
 
[[Media:20100107_How_to_disassemble_a_sensor_node_to_reprogramme_it.pdf|How To Disassemble a Sensor Node to Reprogram it (.pdf)]] [[Media:20100107_How_to_disassemble_a_sensor_node_to_reprogramme_it.doc|(.doc)]]
 
 
=== Modifications for iris motes ===
 
==== PacketParrot application ====
 
The PacketParrot application which is provided with TinyOS does not work on directly on the Iris motes. Thus, the following modified version can be used instead. The modifications are basically replacing the special radio component, which is used for sending and receiving, by the generic AMSenderC and AMReceiverC components.
 
 
[[Media:PacketParrotC.nc| PacketParrotC.nc]]
 
 
[[Media:PacketParrotP.nc| PacketParrotP.nc]]
 
 
== Installation ==
 
=== Debian ===
 
[[SL:Install TinyOS 2.1 in Debian (lenny)]]
 
 
=== Ubuntu ===
 
The PCs in the sensor lab room are currently running Ubuntu 10.04.
 
 
==== TOSSIM ====
 
TOSSIM version in Tinyos 2.1.1 requires Python 2.5.5, which is not available in Ubuntu 10.04 (only newer versions are available). The following has been used successfully to install a compatible Python version:
 
<nowiki>sudo apt-get install build-essential gcc
 
cd Downloads
 
wget http://www.python.org/ftp/python/2.5.5/Python-2.5.5.tgz
 
tar -xvzf Python-2.5.5.tgz
 
cd Python-2.5.5
 
./configure --prefix=/usr/local/python2.5
 
make
 
make test
 
sudo make install
 
sudo ln -s /usr/local/python2.5/bin/python /usr/bin/python2.5
 
sudo ln -s /usr/local/python2.5/bin/python-config /usr/bin/python2.5-config</nowiki>
 
 
== VMWare ==
 
login to the set up computer
 
user: wsn
 
password: tinyos
 
 
start Xubuntos in VMWare-Player
 
user: xubuntos
 
password: tinyos
 
 
== Test ==
 
Note: the motelist command does not show any connected motes (I think it is because of that the hardware is very new and therefore cannot be recognised)
 
 
To find out which usb device to use, just connect the node and use the ''dmesg'' command.
 
 
Transfer test application Blink to the node attached via USB
 
cd /opt/tinyos-2.1.0/apps/Blink
 
make iris install.1 mib520,/dev/ttyUSB0
 
 
[[File:Tinyos_first_test.JPG]]
 
 
 
== Manuals (CD KIT) ==
 
 
[[File:SensorKit.jpg|600px|left|Sensor Kit]]
 
 
 
 
==== CD Documents and Manuals ====
 
 
 
[[Media:MEP_SYS_Users_Manual_7430-0411-02_A.pdf]]
 
 
[[Media:MoteConfig_Users_Manual_7430-0112-01_A.pdf]]
 
 
[[Media:MoteView_Users_Manual_7430-0008-05_A.pdf‎]]
 
 
[[Media:MoteWorks_Getting_Started_Guide_7430-0102-01_D.pdf]]
 
 
[[Media:MPR-MIB_Series_Users_Manual_7430-0021-08_A.pdf‎]]
 
 
[[Media:MTS-MDA_Series_Users_Manual_7430-0020-05_A.pdf‎]]
 
 
[[Media:TinyOS-nesC_Reference_Manual.pdf‎]]
 
 
[[Media:WSN_Quick_Start_Guide.pdf‎]]
 
 
[[Media:XMesh_Users_Manual_7430-0108-01_C.pdf]]
 
 
[[Media:XServe_Users_Manual_7430-0111-01_D.pdf‎]]
 
 
 
 
 
 
 
== See also ==
 
* [[SL:tmg94]] -- ESXi Server for hosting Virtual Machines
 
* [[SL:PC3]] -- local Windows XP
 
* [[SL:Virtual Machines]]
 
* [[SL:Remote Access]] -- reach in from the outside world
 
* [[SL:Topology]] -- the network address ranges, machine names...
 
* [[SL:Network_Users]]
 
* [[SL:Power Switches]]
 
 
[[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...