Enable SSH

From SME Server
Revision as of 13:32, 28 December 2014 by RequestedDeletion (talk | contribs) (page init)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Enable SSH

  • 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)
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

Allow ssh in public or private mode : public= all internet private= only your network

db configuration sshd access public
signal-event remoteaccess-update