Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failing installation on centos 6.7 #15

Open
mpodber1971 opened this issue Jan 17, 2017 · 1 comment
Open

failing installation on centos 6.7 #15

mpodber1971 opened this issue Jan 17, 2017 · 1 comment

Comments

@mpodber1971
Copy link

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

@kislyuk
Copy link
Owner

kislyuk commented Jan 17, 2017

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants