mirror of
				https://github.com/xcat2/confluent.git
				synced 2025-10-31 11:22:28 +00:00 
			
		
		
		
	Merge pull request #53 from jjohnson42/fixnonrootconfetty
No longer break when prompting for name/password
This commit is contained in:
		| @@ -601,7 +601,6 @@ def server_connect(): | ||||
|         session.authenticate(username, passphrase) | ||||
|     while not session.authenticated: | ||||
|         username = raw_input("Name: ") | ||||
|         readline.clear_history() | ||||
|         passphrase = getpass.getpass("Passphrase: ") | ||||
|         session.authenticate(username, passphrase) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user