start

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

NTP-Zeitserver mit chrony unter Linux einrichten und nutzen
262 Treffer, Zuletzt geändert:
c9109|RFC 9109 - Network Time Protocol Version 4: Port Randomization]]** ergänzt. Weitere Hinweise find... (/var/run/chrony/chronyd.sock,127.0.0.1,::1) -p PORT Specify UDP port (323) -v, --version Print version and exit --help Print usage and exit</code> ... essages if chronyc was compiled with debugging support. -m Normally, all arguments on
TOFU - Trust On First Use - SSH Zertifikate @linux:ssh
90 Treffer, Zuletzt geändert:
_address] [-c cipher_spec] [-D [bind_address:]port] [-E log_file] [-e escape_char] [-F ... ec] [-O ctl_cmd] [-o option] [-P tag] [-p port] [-Q query_option] [-R address] [-S ctl_path] [-W host:port] [-w local_tun[:remote_tun]] destination [command... URI of the form ssh://[user@]hostname[:port]. The user must prove their identity to the remo
Ansible - erweiterte Konfigurationsbeispiele: Ansible-Controll-Node und SSH-Jumphosts @linux:ansible
44 Treffer, Zuletzt geändert:
le bash ~/.ssh/config># Default Werte Host * Port 22 Protocol 2 user admin # Dj... Host fwa Hostname firewall-a.nausch.org Port 22222 user sysadmin IdentityFile ~/.ssh/i... -das-auch-immer-für-ein geiler-FQDN-sein-mag> Port 42422 user n3rd IdentityFile ~/.ssh/id_ed... t pml010003 Hostname 10.10.10.3 User django Port 22 Protocol 2 IdentityFile ~/.ssh/id_intranet
Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B @linux:ansible
36 Treffer, Zuletzt geändert:
raspberry-wireguard Hostname 10.0.10.29 Port 22 User pi IdentitiesOnly=yes Prot... 2:22:f0:f2 ansible_ssh_host: 192.168.0.22 ansible_port: 22 ansible_user: pi ansible_ssh_private_key_file... Konfiguration des hostap Treibers für den WiFi-Support when: ( raspberry_wifi == true ) # t... name: "Installation des Dynamic Kernel Module Support Framework und der Header Files für den Raspberry
Erste Schritte Rund um Ansible @linux:ansible
28 Treffer, Zuletzt geändert:
#ask_sudo_pass = True #ask_pass = True #transport = smart #remote_port = 22 #module_lang = C #module_set_locale = False # plays will gather f... rtual - gather min and virtual facts # facter - import facts from facter # ohai - import facts from ohai # You can combine them using comma (ex: network,virtu
DHCPv4|v6-Server mit DHCP ISC Kea unter Arch Linux einrichten und nutzen
15 Treffer, Zuletzt geändert:
em Schema. Die Kommunikation zwischen dem Server (Port 67) und dem Klienten (Port 68) erfolgte mittels UPD((**U**nreliable **D**atagram **P**rotocol)). Beim ... Client \n" as rechts links <-- rechts : (Port 67) DHCPDISCOVER note r... s : DHCPOFFER (Port 68) note left : DHCPOFFER mit Angabe \nder IP 192
Nagios Exporter und Prometheus @linux:prometheus
11 Treffer, Zuletzt geändert:
tandalone mode. pid_file=/run/nrpe/nrpe.pid # PORT NUMBER # Port number we should wait for connections on. # NOTE: This must be a non-privileged port (i.e. > 1024). # NOTE: This option is ignored if ... E is running under either inetd or xinetd server_port=5666 # SERVER ADDRESS # Address that nrpe shou
Ansible - Erweiterte Konfigurationsbeispiel: Inventory @linux:ansible
7 Treffer, Zuletzt geändert:
e für die ganze Gruppe gelten ansible_ssh_port: 22 ansible_ssh_user: ansible ans... e für die ganze Gruppe gelten ansible_ssh_port: 22 ansible_ssh_user: ansible ans... e für die ganze Gruppe gelten ansible_ssh_port: 22 ansible_ssh_user: root ansibl... the host via ssh: ssh: connect to host 10.0.0.90 port 22: No route to host", "unreachable": true }<
Ansible @linux:ansible
5 Treffer, Zuletzt geändert:
chtige Editionen mit grafischer Oberfläche und Support an. - Eine der grössten Vorteile von Ansible, s... server.guru become: yes vars: mx_port_value : 25 tasks: -name: Install Post... So können wir zum Beispiel die Variable **''DNS_port''** definieren und dieser dem Wert **53** zuweise... t Verwenden, wo wir später die Variable **''{{dns_port}}''** verwenden. Die zugehörige Definition in e
Ansible - Erweiterte Konfigurationsbeispiel: Roles @linux:ansible
4 Treffer, Zuletzt geändert:
es systemweiten Playbooks site_generation.yml - import_playbook: web.yml # Playbook zum Konfigurieren un... e hardware timestamping on all interfaces that support it. #hwtimestamp * # Increase the minimum number... - name: "***www*** : Paketfilter anpassen und Port 80 (HTTP) öffnen" ansible.builtin.firewalld: ... 0, 0)">TASK [***www*** : Paketfilter anpassen und Port 80 (HTTP) öffnen] *******************************
Verteilte Versionsverwaltung für Programmcode und Dokumente mit Hilfe von Git
2 Treffer, Zuletzt geändert:
5c:46:07 +ansible_ssh_host: 192.168.0.23 +ansible_port: 22 +ansible_user: pi +ansible_ssh_private_key_fi... git branch -M main git push -u origin main …or import code from another repository You can initialize
Ansible - einfaches Playbook-Beispiel: Benutzer anlegen @linux:ansible
2 Treffer, Zuletzt geändert:
]: Postponed publickey for ansible from 10.0.0.27 port 50940 ssh2 [preauth] Jan 4 19:59:51 vml000090 ss... 6]: Accepted publickey for ansible from 10.0.0.27 port 50940 ssh2: ED25519 SHA256:jTZQUDbCqZaV648fKVBfx3
Ansible - einfaches Playbook-Beispiel: Bedingtes Kopieren @linux:ansible
2 Treffer, Zuletzt geändert:
`no'. Currently `remote_src' does not support recursive copying. [Default: no] ... `remote_src' does not support recursive copying. selevel: #
Ansible - einfaches Playbook-Beispiel: NTP-Daemon chrony installieren und konfigurieren @linux:ansible
2 Treffer, Zuletzt geändert:
e hardware timestamping on all interfaces that support it. #hwtimestamp * # Increase the minimum number... in, aber z.B. einen Postfix-MTA((**M**ail**T**ransport**A**gent)) so konfigurieren zu wollen, kann dann
Ansible - einfache Playbook-Beispiele @linux:ansible
1 Treffer, Zuletzt geändert:
in, aber z.B. einen Postfix-MTA((**M**ail**T**ransport**A**gent)) so konfigurieren zu wollen, kann dann
  • start.txt
  • Zuletzt geändert: 31.10.2023 18:17.
  • von 127.0.0.1