meta data for this page
  •  

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
home_automation:home_assistant:integrations:ssh [2023/06/07 07:24]
niziak
home_automation:home_assistant:integrations:ssh [2023/06/07 07:29] (current)
niziak
Line 23: Line 23:
     * ''​chmod 600 authorized_keys''​     * ''​chmod 600 authorized_keys''​
   * Start SSH server:   * Start SSH server:
-    * ''​systemctl enable --now dropbear''​ +    * <code bash>systemctl enable --now dropbear</​code>​ 
 +  * Login to host: 
 +    * <code bash>ssh homeassistant -l root -p 22222</​code>​