move arch-specific stuff to arch-specific subdirs and move all the common stuff to a subdir named 'common'. Also, rename '.profile' and '.bash_history' so you actually see them when you 'ls' the 'common' dir. also added some helpful(?) comments to the templates.
		
			
				
	
	
		
			18 lines
		
	
	
		
			375 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			375 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| Port 22
 | |
| HostKey /etc/ssh/ssh_host_key
 | |
| HostKey /etc/ssh/ssh_host_rsa_key
 | |
| HostKey /etc/ssh/ssh_host_dsa_key
 | |
| PermitRootLogin yes
 | |
| IgnoreRhosts yes
 | |
| StrictModes yes
 | |
| X11Forwarding yes
 | |
| X11DisplayOffset 10
 | |
| PrintMotd yes
 | |
| XAuthLocation /sbin/xauth
 | |
| KeepAlive yes
 | |
| SyslogFacility AUTHPRIV
 | |
| RSAAuthentication yes
 | |
| PasswordAuthentication yes
 | |
| PermitEmptyPasswords yes
 | |
| PermitUserEnvironment yes
 |