Commit f088d204 authored by Brandon Smith's avatar Brandon Smith

Remove extra newline

parent cb844838
...@@ -46,7 +46,7 @@ while True: ...@@ -46,7 +46,7 @@ while True:
pin = getpass.getpass(ssh.match.group()) pin = getpass.getpass(ssh.match.group())
except EOFError: except EOFError:
pin = "" pin = ""
ssh.sendline(pin) ssh.sendline(pin.strip())
elif index == 1: elif index == 1:
p = subprocess.Popen(["/usr/local/bin/u2f-host", "-aauthenticate", p = subprocess.Popen(["/usr/local/bin/u2f-host", "-aauthenticate",
"-o", ssh.match.group(1)], "-o", ssh.match.group(1)],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment