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

Dockerfile is not buildable since 2015/09 #6

Open
hSATAC opened this issue Jan 11, 2016 · 3 comments
Open

Dockerfile is not buildable since 2015/09 #6

hSATAC opened this issue Jan 11, 2016 · 3 comments

Comments

@hSATAC
Copy link

hSATAC commented Jan 11, 2016

Just FYI.

Because of this change:

https://github.com/tmate-io/tmate-slave/blame/master/create_keys.sh#L7

@nicopace
Copy link
Owner

Why would it fail because of a user key generation?
It was built successfuly 3 months ago

@hSATAC
Copy link
Author

hSATAC commented Jan 14, 2016

Here's what I got:

ssh-keygen doesn't like ths new --E option.

Removing intermediate container d1e73c7db0e9
Step 8 : RUN cd tmate-slave &&     ./create_keys.sh &&     ./autogen.sh &&     ./configure &&      make
 ---> Running in 60675ca185c0
unknown option -- E
usage: ssh-keygen [options]
Options:
  -A          Generate non-existent host keys for all key types.
  -a number   Number of KDF rounds for new key format or moduli primality tests.
  -B          Show bubblebabble digest of key file.
  -b bits     Number of bits in the key to create.
  -C comment  Provide new comment.
  -c          Change comment in private and public key files.
  -D pkcs11   Download public key from pkcs11 token.
  -e          Export OpenSSH to foreign format key file.
  -F hostname Find hostname in known hosts file.
  -f filename Filename of the key file.
  -G file     Generate candidates for DH-GEX moduli.
  -g          Use generic DNS resource record format.
  -H          Hash names in known_hosts file.
  -h          Generate host certificate instead of a user certificate.
  -I key_id   Key identifier to include in certificate.
  -i          Import foreign format to OpenSSH key file.
  -J number   Screen this number of moduli lines.
  -j number   Start screening moduli at specified line.
  -K checkpt  Write checkpoints to this file.
  -k          Generate a KRL file.
  -L          Print the contents of a certificate.
  -l          Show fingerprint of key file.
  -M memory   Amount of memory (MB) to use for generating DH-GEX moduli.
  -m key_fmt  Conversion format for -e/-i (PEM|PKCS8|RFC4716).
  -N phrase   Provide new passphrase.
  -n name,... User/host principal names to include in certificate
  -O option   Specify a certificate option.
  -o          Enforce new private key format.
  -P phrase   Provide old passphrase.
  -p          Change passphrase of private key file.
  -Q          Test whether key(s) are revoked in KRL.
  -q          Quiet.
  -R hostname Remove host from known_hosts file.
  -r hostname Print DNS resource record.
  -S start    Start point (hex) for generating DH-GEX moduli.
  -s ca_key   Certify keys with CA key.
  -T file     Screen candidates for DH-GEX moduli.
  -t type     Specify type of key to create.
  -u          Update KRL rather than creating a new one.
  -V from:to  Specify certificate validity interval.
  -v          Verbose.
  -W gen      Generator to use for generating DH-GEX moduli.
  -y          Read private key file and print public key.
  -Z cipher   Specify a cipher for new private key format.
  -z serial   Specify a serial number.
The command '/bin/sh -c cd tmate-slave &&     ./create_keys.sh &&     ./autogen.sh &&     ./configure &&      make' returned a non-zero code: 1

@nicopace
Copy link
Owner

Thanks, i commented it here: tmate-io/tmate-ssh-server@31cc091#commitcomment-15465557

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