PTU5KAS/kas
Sam Lewis b5ba370049 Ensure SSH key ends with newline
In at least some versions of the 'ssh-add' command, adding a SSH key
requires that SSH key is newline terminated. If it is not, ssh-add
doesn't add the key and, instead, unhelpfully prompts for a
passphrase for the key ('Enter passphrase for (stdin):').

This change makes sure the key is terminated with a newline character to
hopefully avoid this issue occurring as often.

Signed-off-by: Sam Lewis <sam.vr.lewis@gmail.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
2020-01-09 11:18:54 +01:00
..
__init__.py __init__: Better support introspection 2018-12-07 09:56:09 +01:00
__main__.py Correct grammar, spelling and copyright year in files 2018-09-05 12:46:35 +02:00
__version__.py Release 2.0 2019-11-20 06:53:15 +01:00
build.py build: Fix name of argument variable 2019-09-03 10:42:19 +02:00
config.py Add support for new multiconfig syntax 2019-11-08 10:36:08 +01:00
configschema.py Correct grammar, spelling and copyright year in files 2018-09-05 12:46:35 +02:00
context.py scripts: Remove pylint 2018-12-07 09:55:26 +01:00
includehandler.py scripts: Remove pylint 2018-12-07 09:55:26 +01:00
kas.py Avoid "RuntimeError: Event loop is closed" 2019-09-25 11:00:45 +02:00
libcmds.py scripts: Remove pylint 2018-12-07 09:55:26 +01:00
libkas.py Ensure SSH key ends with newline 2020-01-09 11:18:54 +01:00
repos.py Create from local branch before applying patches with git 2019-09-23 13:08:51 +02:00
shell.py scripts: Remove pylint 2018-12-07 09:55:26 +01:00