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...