Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
K
k3s
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Registry
    • Registry
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Jacklull
  • k3s
  • Repository

Switch branch/tag
  • k3s
  • test
  • e2e_node
  • jenkins
  • coreos-init.json
Find file
BlameHistoryPermalink
  • Ryan Hitchman's avatar
    Make coreos test images sshd not allow password login. · a7e64aaa
    Ryan Hitchman authored Aug 25, 2017
    Configuration is based on:
    https://coreos.com/os/docs/latest/customizing-sshd.html
    
    The specific SSHD config is:
    
        # Use most defaults for sshd configuration.
        UsePrivilegeSeparation sandbox
        Subsystem sftp internal-sftp
        ClientAliveInterval 180
        UseDNS no
        UsePAM yes
        PrintLastLog no # handled by PAM
        PrintMotd no # handled by PAM
        AuthenticationMethods publickey
    
    This will prevent security scanners from triggering.
    a7e64aaa
coreos-init.json 1.14 KB
EditWeb IDE

Replace coreos-init.json

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.