[2025-jun-17] The SlackDocs mailing lists at https://lists.alienbase.nl/mailman/listinfo have been retired. No one has been using these lists for years and it's time to say goodbye. The list archives remain available at https://scalzi.slackware.nl/mailman/listinfo/slackdocs

[2025-jun-17] The SlackDocs Wiki has moved to a new server, in order to make it more performant.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
howtos:hardware:arm:raspberrypi3_network [2018/08/26 23:55 (UTC)] – [Sources] bifferoshowtos:hardware:arm:raspberrypi3_network [2024/03/11 10:33 (UTC)] (current) – avoid saving the host key for the installer in the first place j12i
Line 35: Line 35:
 In this case the IP address of the Pi is 172.17.0.71. In this case the IP address of the Pi is 172.17.0.71.
  
-ssh into the Pi as root:+ssh into the Pi as root 
 +(disabling strict host key checking because the host key will change inevitably after installation):
  
-<code># ssh root@172.17.0.71</code>+<code># ssh -o StrictHostKeyChecking=no root@172.17.0.71</code>
  
 Press <enter> for password. Press <enter> for password.
Line 107: Line 108:
 <code># chmod 755 /etc/rc.d/rc.ntpd <code># chmod 755 /etc/rc.d/rc.ntpd
 # /etc/rc.d/rc.ntpd start</code> # /etc/rc.d/rc.ntpd start</code>
- 
-Note that the RPi ssh identity has now changed from the one used for the installer, so when you ssh to your newly installed Slackware box you will have to remove the entry from .ssh/known_hosts on your ssh client. 
 ====== Sources ====== ====== Sources ======
   * Much information taken from the [[http://sarpi.co.uk | SARPi website]]   * Much information taken from the [[http://sarpi.co.uk | SARPi website]]
QR Code
QR Code howtos:hardware:arm:raspberrypi3_network (generated for current page)