forked from mirror/qemu
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
				
					
						
							When one has a lot of keys in ~/.ssh directory, the ssh command will try all of them before the one specified on the command line, and this may cause the remote ssh server to reject the connection due to too many failed authentication attempts. Fix by adding -o IdentitiesOnly=yes, which makes the ssh client consider only the keys specified on the command line. Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20221027113026.2280863-1-iii@linux.ibm.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20221027183637.2772968-31-alex.bennee@linaro.org>  | 
			3 years ago | |
|---|---|---|
| .. | ||
| Makefile.include | 3 years ago | |
| README | 8 years ago | |
| aarch64vm.py | 4 years ago | |
| basevm.py | 3 years ago | |
| centos | 3 years ago | |
| centos-8-aarch64.ks | 5 years ago | |
| centos.aarch64 | 3 years ago | |
| conf_example_aarch64.yml | 5 years ago | |
| conf_example_x86.yml | 5 years ago | |
| freebsd | 3 years ago | |
| haiku.x86_64 | 3 years ago | |
| netbsd | 3 years ago | |
| openbsd | 3 years ago | |
| ubuntu.aarch64 | 3 years ago | |
| ubuntuvm.py | 5 years ago | |
		
			
				
				README
			
		
		
			
			
		
	
	See docs/devel/testing.rst for help.