-/* $OpenBSD: ssh.c,v 1.491 2018/09/12 01:30:10 djm Exp $ */
+/* $OpenBSD: ssh.c,v 1.492 2018/09/20 03:31:49 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
else if (strcmp(optarg, "key-plain") == 0)
cp = sshkey_alg_list(0, 1, 0, '\n');
else if (strcmp(optarg, "sig") == 0)
- cp = sshkey_alg_list(0, 0, 1, '\n');
+ cp = sshkey_alg_list(0, 1, 1, '\n');
else if (strcmp(optarg, "protocol-version") == 0)
cp = xstrdup("2");
else if (strcmp(optarg, "help") == 0) {