mirror of
				https://github.com/libssh2/libssh2.git
				synced 2025-10-30 12:05:34 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			244 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			244 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include "runner.h"
 | |
| 
 | |
| int test(LIBSSH2_SESSION *session)
 | |
| {
 | |
|     return test_auth_keyboard(session, TEST_AUTH_SHOULDFAIL,
 | |
|                               "libssh2", /* set in Dockerfile */
 | |
|                               "I am the wrong password");
 | |
| }
 |