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
Next revision Both sides next revision
ip_and_network [2016/06/23 20:24]
admin [Static IP Address]
ip_and_network [2017/09/06 19:45]
admin [Static IP Address]
Line 25: Line 25:
 Or:        Or:       
     # Ethernet     # Ethernet
-    auto etho+    auto eth0
     allow-hotplug eth0     allow-hotplug eth0
     iface eth0 inet static     iface eth0 inet static
Line 59: Line 59:
 Or install an VPN server: [[vnc|VNC]] Or install an VPN server: [[vnc|VNC]]
  
 +----
 +
 +==== Miscellaneous ====
 +If the host key verification failed, one can remove the old key with:\\
 +  $ ssh-keygen -R 192.168.0.123
 +And with\\
 +  ~.
 +one can terminate a broken ssh session.
 +
 +----