4 lines
		
	
	
		
			82 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			82 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| chsh -s /bin/bash guest
 | |
| usermod -a -G ssh_allow_grp guest
 | |
| passwd guest | 
