joyent/node-triton#40 Divorce wanted between profile `keyId` and keyId actually sent to server

fixes #40
This commit is contained in:
Trent Mick 2015-10-07 15:49:49 -07:00
parent 0ee966e1c8
commit f7d9dc0ba2
3 changed files with 7 additions and 2 deletions

View File

@ -2,6 +2,8 @@
## 2.1.1 (not yet released)
- #40 Update smartdc-auth so that newer OpenSSH `ssh-keygen` default
fingerprint formats for setting `keyId` work.
- #39 Test suite: Change the test config 'destructiveAllowed' var to
'writeActionsAllowed'.

View File

@ -31,7 +31,6 @@
*/
var assert = require('assert-plus');
var auth = require('smartdc-auth');
var format = require('util').format;
var LOMStream = require('lomstream').LOMStream;
var os = require('os');

View File

@ -19,7 +19,7 @@
"restify-clients": "1.1.0",
"restify-errors": "3.0.0",
"sshpk": "1.2.1",
"smartdc-auth": "git+https://github.com/joyent/node-smartdc-auth.git#3be3c1e",
"smartdc-auth": "2.1.2",
"strsplit": "1.0.0",
"tabula": "1.6.1",
"tilde-expansion": "0.0.0",
@ -37,6 +37,10 @@
"bin": {
"triton": "./bin/triton"
},
"repository": {
"type": "git",
"url": "git://github.com/joyent/node-triton.git"
},
"engines": {
"node": ">=0.10"
},