File: group.yml

package info (click to toggle)
scap-security-guide 0.1.78-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 114,600 kB
  • sloc: xml: 245,305; sh: 84,381; python: 33,093; makefile: 27
file content (16 lines) | stat: -rw-r--r-- 644 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
documentation_complete: true

title: 'SSH Server'

description: |-
    The SSH protocol is recommended for remote login and
    remote file transfer. SSH provides confidentiality and integrity
    for data exchanged between two systems, as well as server
    authentication, through the use of public key cryptography. The
    implementation included with the system is called OpenSSH, and more
    detailed documentation is available from its website,
    {{{ weblink(link="https://www.openssh.com") }}}.
    Its server program is called <tt>sshd</tt> and provided by the RPM package
    <tt>openssh-server</tt>.

platform: system_with_kernel