Changes

From SME Server
Jump to navigationJump to search
378 bytes added ,  19:05, 28 December 2014
no edit summary
Line 4: Line 4:  
  db configuration setprop sshd acccess public
 
  db configuration setprop sshd acccess public
 
  db configuration setprop sshd PasswordAuthentication yes
 
  db configuration setprop sshd PasswordAuthentication yes
 +
and to reconfigure ssh according to your new settings, followed by the command:
 
  /sbin/e-smith/signal-event remoteaccess-update
 
  /sbin/e-smith/signal-event remoteaccess-update
    +
The above commands can also be formated into 1 single command:
 +
db configuration setprop sshd status enabled PermitRootLogin yes access public PasswordAuthentication yes
 +
and to reconfigure ssh according to your new settings, followed by the command:
 +
/sbin/e-smith/signal-event remoteaccess-update
    
Allow ssh access in public or private mode : '''public'''= all networks (internet), '''private'''= only your local network
 
Allow ssh access in public or private mode : '''public'''= all networks (internet), '''private'''= only your local network

Navigation menu