Changes

Jump to navigation Jump to search
463 bytes added ,  09:05, 22 February 2013
Line 94: Line 94:     
== SSH ==
 
== SSH ==
Allow ssh in public or private mode : '''public'''= all internet '''private'''= only your network
+
 
 +
* re-enable ssh access (the lazy not-so-secure way, but I am assuming for this testing/dev scenario that your external IP is really a local address behind a router)
 +
<syntaxhighlight lang="Bash">
 +
db configuration setprop sshd status enabled
 +
db configuration setprop sshd PermitRootLogin yes
 +
db configuration setprop sshd acccess public
 +
db configuration setprop sshd PasswordAuthentication yes
 +
/sbin/e-smith/signal-event remoteaccess-update
 +
</syntaxhighlight>
 +
 
 +
 
 +
* Allow ssh in public or private mode : '''public'''= all internet '''private'''= only your network
    
  db configuration sshd access public
 
  db configuration sshd access public

Navigation menu