User Tools

Site Tools


build:solaris

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
build:solaris [2010/09/23 17:40]
SLUUG Administration
build:solaris [2017/02/21 04:28] (current)
SLUUG Administration
Line 30: Line 30:
  
 ==== Customization ==== ==== Customization ====
 +
 +=== Changes 02/21/2017 ===
 +
 +== Edit /​etc/​ssh/​sshd_config ==
 +    Comment "Port 22"
 +    Add "Port 2206"
 +    Signal sshd to reread the config
 +
 +== /​etc/​logadm.conf ==
 +    Add two lines to /​etc/​logadm.conf:​
 +        /​var/​log/​authlog ​      -C10 -s 1b -p 1m -z 0 -a 'kill -HUP `cat /​var/​run/​syslog.pid`'​
 +        /​var/​log/​rsnapshot.log -C10 -s 1b -p 1m -z 0
 +    Run the command line version of the commands:
 +        logadm -C10 -s 1b -p 1m -z 0 -a 'kill -HUP `cat /​var/​run/​syslog.pid`'​ /​var/​log/​authlog
 +        logadm -C10 -s 1b -p 1m -z 0 /​var/​log/​rsnapshot.log
  
 === Create whatis database === === Create whatis database ===
  
 Use the "​catman -w" command to create the windex database. Use the "​catman -w" command to create the windex database.
build/solaris.1285281603.txt.gz ยท Last modified: 2010/09/23 17:40 by SLUUG Administration