mirror of
				https://github.com/prometheus-operator/kube-prometheus.git
				synced 2025-10-26 21:51:00 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			3 lines
		
	
	
		
			91 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			91 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| sshpass  -p 'root' ssh -o StrictHostKeychecking=no -p 2222 root@127.0.0.1 "$@" |