SSH – Show Supported (Encryption) Algorithms

If you want to verify what your SSH server is providing to clients as options of supported algorithms you can use the following command: It makes use of an NMAP script “ssh2-enum-algos.nse” to enumerate the list of algorithms that the SSH server supports. Useful if you are having issues with clients connecting using supported methods, […]

More...

Testing S3 Access (and Performance) with s3cmd (for Dell ECS)

There are graphical tools to test and use the Dell ECS S3 interface, but everyone wants a CLI right? The below should also work for AWS S3 (with some modification) but this documentation is intended for specific use with the Dell ECS S3 endpoint to verify behaviour and perform some performance testing. The below assumes […]

More...

Extreme Networks VOSS/FabricEngine SNMP Interface Errors

The following can get the errors out for a particular interface (port), in this case we are looking for the InErrors (RXErrors) and OutErrors (TXErrors). For example ID: Only issue i’ve found is that interface errors in VOSS/FabricEngine seem to include RX or TX errors plus annoyingly things like oversized packets. So if you have […]

More...

Dell ECS Recall Performance (from Dell PowerScale)

The Dell ECS is an object based storage platform, in our case we are using it as an archive layer to our Dell PowerScale platform; where it provides a single-namespace file-system allowing “cooler” data to be pushed to the “cheaper”, slower Dell ECS storage freeing up the front-end storage for new data that is “hot” […]

More...

VMware vCenter SSO Authentication via OKTA (with SCIM User Provisioning – Locally Driven)

VMware vCenter can use a multitude of authentication methods, such as LDAP, Active Directory and SAML (ADFS), however since vCenter 8.0 U1 the ability to integrate with OKTA for authentication has been added, which allows for adding MFA (multi-factor authentication) for enhanced security and detaching the vCenter appliance from Active Directory. When switching to use […]

More...

Ubuntu 22.04 LTS Network Bonding – Active/Standby

Setting up network bonding between two 10Gbit NICs within a physical machine; this assumes Active-Standby bonding so a link down event on one NIC will cause the other to become Active, no LACP or switch side configuration is required in this case. The documentation assumes you are running under root, stick sudo in front of […]

More...