diff --git a/tools/finish_release.py b/tools/finish_release.py index 79613c2fa..ec749d48f 100755 --- a/tools/finish_release.py +++ b/tools/finish_release.py @@ -83,7 +83,7 @@ def publish_windows(css): :param str css: CSS host name """ - username = getpass.getuser() + username = input("CSS username (usually EFF username): ") host = css command = "ssh -t {}@{} bash /opt/certbot-misc/css/venv.sh".format(username,host)