user_mobilelogo
  • Linux
    • /etc/login.defs PASS_MAX_LEN 25
    • useradd -u 200 -g 100 -m -c "vorname Nachname" geni
    • passwd geni
  • VMS
    • TCPIP$SSH_SSH-KEYGEN2 -b 2048 glanzmann_DSA_2048
  • Windows/Puttygen
    • Load (all Files) Private key
    • Save public Key
    • Save private Key
    • Coversion save openssh Key
  • vms
    • [.ssh2]
    • Authorization. KEY x.PUB
    • Identification. IDKEY x
  • Linux
    • md .ssh
    • cd .ssh
    • Private Key übertragen
    • chmod 600 private Key
    • ssh-keygen -f private-key -y > public_key_name
    • chmod 600 public key
    • cat public_key.pub >> .ssh/authorized_keys
    • chmod 600 .ssh/authorized_keys
    • cat private_key >> .ssh/identity
    • chmod 600 identity
    • Owner mit chown und group chgroup anpassen .ssh Directory und Inhalt
Real time web analytics, Heat map tracking