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)
|
## 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
|
- #39 Test suite: Change the test config 'destructiveAllowed' var to
|
||||||
'writeActionsAllowed'.
|
'writeActionsAllowed'.
|
||||||
|
|
||||||
|
@ -31,7 +31,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
var assert = require('assert-plus');
|
var assert = require('assert-plus');
|
||||||
var auth = require('smartdc-auth');
|
|
||||||
var format = require('util').format;
|
var format = require('util').format;
|
||||||
var LOMStream = require('lomstream').LOMStream;
|
var LOMStream = require('lomstream').LOMStream;
|
||||||
var os = require('os');
|
var os = require('os');
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
"restify-clients": "1.1.0",
|
"restify-clients": "1.1.0",
|
||||||
"restify-errors": "3.0.0",
|
"restify-errors": "3.0.0",
|
||||||
"sshpk": "1.2.1",
|
"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",
|
"strsplit": "1.0.0",
|
||||||
"tabula": "1.6.1",
|
"tabula": "1.6.1",
|
||||||
"tilde-expansion": "0.0.0",
|
"tilde-expansion": "0.0.0",
|
||||||
@ -37,6 +37,10 @@
|
|||||||
"bin": {
|
"bin": {
|
||||||
"triton": "./bin/triton"
|
"triton": "./bin/triton"
|
||||||
},
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git://github.com/joyent/node-triton.git"
|
||||||
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=0.10"
|
"node": ">=0.10"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user