You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AuthorizedKeysCommandUser was introduced in OpenSSH v6.2. Keymaker is not usable without it. What's the default version on centos 6.7? Is it upgradeable?
i perform same steps on centos 7 which installs without issue. when i try to install on centos 6.7, i get the following error message:
/etc/ssh/sshd_config: line 141: Bad configuration option: AuthorizedKeysCommandUser
amazon-ebs: /etc/ssh/sshd_config: line 143: Bad configuration option: AuthenticationMethods
amazon-ebs: /etc/ssh/sshd_config: terminating, 2 bad configuration options
amazon-ebs: Traceback (most recent call last):
amazon-ebs: File "/usr/bin/keymaker", line 87, in
amazon-ebs: locals()args.command
amazon-ebs: File "/usr/lib/python2.6/site-packages/keymaker/init.py", line 118, in install
amazon-ebs: subprocess.check_call(["sshd", "-t"])
amazon-ebs: File "/usr/lib64/python2.6/subprocess.py", line 505, in check_call
amazon-ebs: raise CalledProcessError(retcode, cmd)
amazon-ebs: subprocess.CalledProcessError: Command '[u'sshd', u'-t']' returned non-zero exit status 255
The text was updated successfully, but these errors were encountered: