Suche
Unten sind die Ergebnisse Ihrer Suche gelistet.
Volltextergebnisse:
- TOFU - Trust On First Use - SSH Zertifikate @linux:ssh
- keys) metatag-description=(TOFU - Trust On First Use - SSH Zertifikate) }} ====== TOFU - Trust On First Use - SSH Zertifikate ====== ===== Ausgangssituation ... t den Optionen **''-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null''** auf, bzw. ich habe i... Hosts: <code>Host * StrictHostKeyChecking=no UserKnownHostsFile=/dev/null</code> Problem gelöst! \
- NTP-Zeitserver mit chrony unter Linux einrichten und nutzen
- n Versionen den Paketmanager **''yum''**. - Als User: <code> $ sudo ndf install chrony -y </code>bzw.... Tool|Advanced Packaging Tool]] ''apt''**. - Als User: <code> $ sudo apt install chrony -y </code> -... ypper|Paketmanager Zypper]] ''zypper''**. - Als User: <code> $ sudo zypper install chrony -y </code> ... inux]]** den Paketmanager **''pacman''**. - Als User: <code> $ sudo pacman -S chrony</code> - Als N
- Erste Schritte Rund um Ansible @linux:ansible
- ml #forks = 5 #poll_interval = 15 #sudo_user = root #ask_sudo_pass = True #ask_pass ... -H -S -n # SSH timeout #timeout = 10 # default user to use for playbooks if user is not specified # (/usr/bin/ansible will use current user as default) #remote_u
- Ansible @linux:ansible
- * * **[[https://docs.ansible.com/ansible/latest/user_guide/playbooks_reuse.html|Ansible - Creating Re... Zielsystem einige Daten nur preisgibt, sofern der User auch entsprechende root-Rechte besitzt. Die Ausg... ansible_uptime_seconds": 410582, "ansible_user_dir": "/root", "ansible_user_gecos": "root", "ansible_user_gid": 0, "ansible_
- Nagios Exporter und Prometheus @linux:prometheus
- LOG FACILITY # The syslog facility that should be used for logging purposes. log_facility=daemon # ... itten if the NRPE daemon is started by the root # user and is running in standalone mode. pid_file=/ru... under high load. #listen_queue_size=5 # NRPE USER # This determines the effective user that the NRPE daemon should run as. # You can either supply a us
- DHCPv4|v6-Server mit DHCP ISC Kea unter Arch Linux einrichten und nutzen
- 12% 12% 12% >| ^ Subnetz \\ (ID) ^ Subnetz \\ (Use) ^ Subnetz Prefix\\ (global Unicast) ^ Host\\ -... inux]]** den Paketmanager **''pacman''**. - Als User: <code> $ sudo pacman -S kea</code> - Als Nutz... information database python: to use kea-shell [installed] krb5: Ker... s support [installed] kea-docs: user and developer documentation Required By : No
- Router Advertisements mit radvd unter Arch Linux einrichten und nutzen
- ce Created symlink '/etc/systemd/system/multi-user.target.wants/radvd.service' → '/usr/lib/systemd/... set, minimum limits specified by Mobile IPv6 are used for # MinRtrAdvInterval and MaxRtrAdvInterval. AdvHomeAgentFlag off; # When set, hosts use the administered (stateful) protocol for # add... sing stateless address autoconfiguration. # The use of this flag is described in RFC 4862. # M-flag
- Ansible - erweiterte Konfigurationsbeispiele: Ansible-Controll-Node und SSH-Jumphosts @linux:ansible
- ient Konfiguration des Ansible Control- bzw Admin-Users zu verwenden! Weitaus einfacher gestaltet sich... ault Werte Host * Port 22 Protocol 2 user admin # Django : 2012-06-13 # ssh-ju... Hostname firewall-a.nausch.org Port 22222 user sysadmin IdentityFile ~/.ssh/id_ed25519_edmz... -für-ein geiler-FQDN-sein-mag> Port 42422 user n3rd IdentityFile ~/.ssh/id_ed25519_n3rd
- Ansible - einfaches Playbook-Beispiel: Benutzer anlegen @linux:ansible
- ir nun unser erstes Script ab. $ vim 01_create-user.yml <file bash 01_create-user.yml>--- - hosts: centos8 become: true vars: sudoers: ansible ... have a group '{{ createuser }}' for our new admin-user '{{ createuser }}' group: name: '{... d }}' state: present - name: Add the user '{{ createuser }}' with a specific uid and a pri
- Ansible - erweitertes Konfigurationsbeispiel 7: Ansible Vault @linux:ansible
- end zugreifen kann, kennt nun das Passwort dieses Users. :-? Was also tun? Nun, im Grunde verfahren wi... xit --vault-id VAULT_IDS the vault identity to use --ask-vault-password, --ask-vault-pass ... UT_FILE output file name for encrypt or decrypt; use - for stdout --encrypt-vault-id ENCRYPT_VAULT_ID the vault id used to encrypt (required if more than one vault-id i
- Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B @linux:ansible
- tiegshürden für den ungeübteren Ansible und Linux-User möglichst tief ansetzen. <WRAP center round ti... n). Wir verwenden als Beschreibung **FFMUC Remote-User** (**''-C''**) und als Ziel-/Speicherort **~/.ss... $ ssh-keygen -t ed25519 -a 100 -C 'FFMUC Remote-User' -f ~/.ssh/id_ed25519_ffmuc <code>Generating pu... V64+Dj4n90+15+A+933K*fx3L4iUCBY3kKMQ FFMUC Remote-User The key's randomart image is: +--[ED25519 256]--
- Ansible - erweiterte Konfigurationsbeispiele: Ansible mit Hilfe von Ansible einrichten @linux:ansible
- le.cfg in das **''$HOME''**-Verzeichnis des Admin-Users. - Anpassen, sprich konfigurieren der individ... nsible_config: /etc/ansible/ansible.cfg admin_user: "{{ lookup('env','USER') }}" tasks: - name: "Ansible Konfigurationsdatei {{ ansible_config }}... - name: "Ansible Konfigurationsverzeichnis in das User/Admin-Verzeichnis kopieren" ansible.builti
- Ansible - einfaches Playbook-Beispiel: mehrere Benutzer anlegen @linux:ansible
- udoers: ansible tasks: - name: add several users to the system user: name: "{{ item.name }}" comment: "{{ item.fullname }}" ... d Operator from Hell", uid: 1020, groups: "wheel, users" } - { name: ruben, fullname: "Ruben N... - name: Initial password generation for each user shell: usermod -p $(echo '{{ item.secret }
- Ansible - einfaches Playbook-Beispiel: Bedingtes Kopieren @linux:ansible
- hine to a location on the remote machine. Use the [fetch] module to copy files from remote loca... d variable interpolation in copied files, use the [template] module. For Windows targets, use the [win_copy] module instead. * note: This... version_added: 0.7 - content When used instead of `src', sets the contents of a file di
- Verteilte Versionsverwaltung für Programmcode und Dokumente mit Hilfe von Git
- <command> [<args>] These are common Git commands used in various situations: start a working area (se... ee also: git help revisions) bisect Use binary search to find the commit that introduced ... instellungen vornehmen. $ git config --global user.name "Michael Nausch" $ git config --global user.email "django@nausch.org" Optional können wir, s
- Ansible cowsay: Die sprechende Kuh, oder auch mehr Getier oder doch nur puristisch mit dem Ansible Stdout Compact Logger? @linux:ansible