Skip to content

Commit

Permalink
#40 Divorce wanted between profile keyId and keyId actually sent to…
Browse files Browse the repository at this point in the history
… server

fixes #40
  • Loading branch information
trentm committed Oct 7, 2015
1 parent 0ee966e commit f7d9dc0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'.

Expand Down
1 change: 0 additions & 1 deletion lib/cloudapi2.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -37,6 +37,10 @@
"bin": {
"triton": "./bin/triton"
},
"repository": {
"type": "git",
"url": "git://github.com/joyent/node-triton.git"
},
"engines": {
"node": ">=0.10"
},
Expand Down

0 comments on commit f7d9dc0

Please sign in to comment.