Extreme Networks: Enable SSH auf einem Extreme Switch

1. XMOD bei Extreme Networks downloaden 2. Aktive Partition am Switch feststellen: „show switch“ 3. Selected und booted image partition werden angezeigt… 4. Download und install image in die aktive Partition: „download image XXX-ssh.xmod vr vr-mgmt (primary or secondary)“ 5. Anzeige: „Do you want to install image after downloading“ (y – yes, n – no,  – cancel) 6.  „y“ eingeben, Image wird nach dem Download installiert. 7. „run update“ eingeben 8. SSH Prozess checken: „show process“ * Slot-1 EX-AC.11 # sh process „exsshd“ Card   Process Name     Version  Restart    State             Start Time —————————————————————————— Slot-1 exsshd           4.1.2.0     0    Ready        Thu Aug 27 17:41:25 2015 Slot-2 exsshd           4.1.2.0     0    Ready        Thu Aug 27 17:41:24 2015 9. Wenn “exsshd” gelisted ist, dann „enable ssh“ eingeben. …

weiterlesen ….

Neues Thawte Zertifikat: Fehler „Your CSR uses an unsupported signature digest algorithm“

Beim Importieren des neuen CSRs bei Thawte bekommt man diesen Fehler: Your CSR uses an unsupported signature digest algorithm. Regenerate your DSA CSR using SHA-256 or your RSA CSR using SHA-1, SHA-224, SHA-256, SHA-384, or SHA-512 or ECC CSR using SHA-256.    Abhilfe: 1. Feststellen, ob mit der OpenSSL Version SHA2 Zertifikate möglich sind: Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. c:\xampp\apache\bin>openssl WARNING: can’t open config file: C:\OpenSSL-Win32\bin\openssl.cfg OpenSSL> dgst –help unknown option ‚–help‘ options are -c              to output the digest with separating colons -r              to output the digest in coreutils format -d              to output debug info -hex            output as hex dump -binary         output in binary form -sign   file    sign digest using private key in file -verify …

weiterlesen ….