You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
POSIX does not define `-e` as a valid option for echo(1). Rely on
printf(1) instead.
This fix acceptance tests on Ubuntu ARM where echo(1) outputs `-e`
causing an invalid configuration:
```
/home/testuser-ssh/.ssh/config: line 1: Bad configuration option: -e
```
0 commit comments