From 525952a663ea30a19d8838ca2b1a094867c37e99 Mon Sep 17 00:00:00 2001 From: Brian Bennett Date: Wed, 7 Oct 2015 22:28:11 -0700 Subject: [PATCH] Compatibility with ed25519 keys in ssh-agent --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1c98cbf..57f7b2c 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,8 @@ "read": "1.0.7", "restify-clients": "1.1.0", "restify-errors": "3.0.0", - "sshpk": "1.2.1", - "smartdc-auth": "2.1.2", + "sshpk": "1.4.0", + "smartdc-auth": "2.1.3", "strsplit": "1.0.0", "tabula": "1.6.1", "tilde-expansion": "0.0.0",