在ssh上的expect / passwd脚本:身份验证令牌操作错误

时间:2016-05-19 13:27:51

标签: bash authentication expect passwd

我想使用ssh创建密码更改脚本。所以我使用expect和bash来运行我的脚本。

这是我的代码的一部分:

passwd: Authentication token manipulation error

不幸的是,当我运行它时出现错误:spawn ssh *some user*@*some server* passwd (current) UNIX password: *some password in plain text* passwd: Authentication token manipulation error Changing password for user *some user*. Changing password for *some user*.

fs.readFile(imageName+".jpg", function(err, buf){
  // it's possible to embed binary data
  // within arbitrarily-complex objects
  io.emit('getPhoto', { image: true, buffer: buf });
});

知道我做错了吗?

0 个答案:

没有答案