File: ssh.xml

package info (click to toggle)
firewalld 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 28,228 kB
  • sloc: sh: 234,389; python: 29,351; xml: 12,811; makefile: 918
file content (6 lines) | stat: -rw-r--r-- 463 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<service>
  <short>SSH</short>
  <description>Secure Shell (SSH) is a protocol for logging into and executing commands on remote machines. It provides secure encrypted communications. If you plan on accessing your machine remotely via SSH over a firewalled interface, enable this option. You need the openssh-server package installed for this option to be useful.</description>
  <port protocol="tcp" port="22"/>
</service>