diff --git a/contrib/dependencies.json b/contrib/dependencies.json index cf7baafc078..f4a26016fd9 100644 --- a/contrib/dependencies.json +++ b/contrib/dependencies.json @@ -42,10 +42,10 @@ }, { "name": "sshcommand", - "version": "0.18.0", + "version": "0.19.0", "urls": { - "amd64": "https://github.com/dokku/sshcommand/releases/download/v0.18.0/sshcommand", - "arm64": "https://github.com/dokku/sshcommand/releases/download/v0.18.0/sshcommand" + "amd64": "https://github.com/dokku/sshcommand/releases/download/v0.19.0/sshcommand", + "arm64": "https://github.com/dokku/sshcommand/releases/download/v0.19.0/sshcommand" } } ], @@ -93,4 +93,4 @@ } } ] -} +} \ No newline at end of file diff --git a/plugins/ssh-keys/subcommands/list b/plugins/ssh-keys/subcommands/list index 2a7ad30850a..2dec55961c8 100755 --- a/plugins/ssh-keys/subcommands/list +++ b/plugins/ssh-keys/subcommands/list @@ -23,7 +23,6 @@ cmd-ssh-keys-list() { FORMAT="" fi - verify_ssh_key_file if [[ "$FORMAT" == "json" ]]; then if [[ -n "$NAME" ]]; then sshcommand list dokku "" "$FORMAT" | jq -cM "[.[] | select(.name == \"$NAME\")]"