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
On a fresh dokku setup (Ubuntu 18.04, dokku 0.19.12), I was not able to add either a shared key or an app key, I always get the message Empty argument. Try again.
Here is the test I did with "github.com" :
root@u18-dokku:~# dokku apps:create test
-----> Creating test... done
root@u18-dokku:~# dokku hostkeys:shared:add "$(ssh-keyscan -t rsa github.com 2>/dev/null)"
Empty argument. Try again.
root@u18-dokku:~# dokku hostkeys:app:add test "$(ssh-keyscan -t rsa github.com 2>/dev/null)"
No app specific keys folder available. creating..
No app specific keys file available. creating..
Empty argument. Try again.
The text was updated successfully, but these errors were encountered:
baobaab
added a commit
to F4-Group/dokku-hostkeys-plugin
that referenced
this issue
Feb 4, 2020
Initial positional parameters have already been parsed and stored in
named variables early, so use them instead of positional parameters
Some wrong conditions have been fixed, and this fixescedricziel#30.
Positional parameters are now read when needed in every relevant
functions, instead of being stored as global variables.
By the way, some wrong conditions have been fixed, and this fixescedricziel#30.
On a fresh dokku setup (Ubuntu 18.04, dokku 0.19.12), I was not able to add either a shared key or an app key, I always get the message
Empty argument. Try again
.Here is the test I did with "github.com" :
The text was updated successfully, but these errors were encountered: