joyent/node-triton#40 Divorce wanted between profile keyId
and keyId actually sent to server
fixes #40
This commit is contained in:
parent
0ee966e1c8
commit
f7d9dc0ba2
@ -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'.
|
||||
|
||||
|
@ -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');
|
||||
|
@ -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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user