With ssh configured the Raspi can be attached using putty after booting. But how do I know about the IP the raspi got from DHCP? There are several possibilities to look: 1) If there is a screen attached at console the IP can be read there. But I operate the raspi in different networks just… Read More


wenn man zum Beispiel einen File-Server hat und nicht extra den Rechner wechseln möchte wird oft SSH verwendet. Um dies unter Linux zu nutzen muss erst mit sudo apt-get install ssh das SSH-Paket installiert werden und kann dann wie folgt aus der Kommandozeile verwendet werden ssh -l [benutzer] [rechner] mit einem -p [port] kann man… Read More