Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
blocks:porteus_kiosk_dev [2024-03-13 07:53]
mattias [Managing PIXILAB Player Policies from your Blocks Server]
blocks:porteus_kiosk_dev [2024-03-13 07:57]
mattias [Using SSH]
Line 44: Line 44:
  
 :!: On Windows, you must enable //OpenSSH Client// under "Windows optional features". :!: On Windows, you must enable //OpenSSH Client// under "Windows optional features".
 +
  
 <code> <code>
Line 57: Line 58:
   - Use the ssh command again, as shown above, to access the player   - Use the ssh command again, as shown above, to access the player
  
- + To avoid the known host issue one can use: 
 +<code> 
 +$ ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@[ip-number] 
 +</code> 
 +Ip number can be found in blocks or in the dhcp servers client lease list.