Changes

From SME Server
Jump to navigationJump to search
20 bytes removed ,  19:36, 6 March 2013
m
no edit summary
Line 70: Line 70:  
* 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)
 
* 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">
 
<syntaxhighlight lang="Bash">
db configuration setprop sshd status enabled acccess public PermitRootLogin yes PasswordAuthentication yes
+
config setprop sshd status enabled acccess public PermitRootLogin yes PasswordAuthentication yes
 
/sbin/e-smith/signal-event remoteaccess-update
 
/sbin/e-smith/signal-event remoteaccess-update
 
</syntaxhighlight>
 
</syntaxhighlight>
Line 78: Line 78:  
* Enable easier access to the server manager if you prefer
 
* Enable easier access to the server manager if you prefer
 
<syntaxhighlight lang="Bash">
 
<syntaxhighlight lang="Bash">
db configuration setprop httpd-admin ValidFrom all  
+
config setprop httpd-admin ValidFrom all  
 
/sbin/e-smith/signal-event remoteaccess-update
 
/sbin/e-smith/signal-event remoteaccess-update
 
</syntaxhighlight>
 
</syntaxhighlight>
board
414

edits

Navigation menu