Skip to content

openssh: Add version 7.1 #4

Merged
merged 1 commit into from
Jun 13, 2016
Merged

openssh: Add version 7.1 #4

merged 1 commit into from
Jun 13, 2016

Commits on Jun 10, 2016

  1. openssh: Add version 7.1

    Several security issues are fixed as well new features added.
    
    Please note the change below in OpenSSH 6.8.
    
    >  * sshd(8): UseDNS now defaults to 'no'. Configurations that match
    >   against the client host name (via sshd_config or authorized_keys)
    >   may need to re-enable it or convert to matching against addresses.
    
    It should be set to `yes` in our setup again.
    
    Everybody should start using the ED25519 [1].
    
    ```
    $ ssh-keygen -t ed25519
    ```
    
    Additionally, the new host keys should be generated with `ssh-keygen -A`.
    
    The utility `ssh-copy-id` and meta files are installed now, according to
    the Linux from Scratch documentation [3].
    
    [1] http://www.openssh.com/txt/release-6.8
    [2] https://de.wikipedia.org/wiki/Curve25519
    [3] http://www.linuxfromscratch.org/blfs/view/7.9/postlfs/openssh.html
    pmenzel committed Jun 10, 2016
    Configuration menu
    Copy the full SHA
    e185d37 View commit details
    Browse the repository at this point in the history