UART over SSH
The PiRoute*Slim turns any UART serial port into an SSH shared terminal console accessible through WiFi. It is a drop-in replacement for a Bluetooth RFCOMM module but offers a lot more flexibility and functionality.
ESP32 port of libssh
Finally an embedded SSH Server and Client is available. After significant and long-standing demand, I am porting the libssh library to the ESP32 system-on-chip family as an Arduino library.
Change private interconnect network interface in Database 12c CRS GPnP
How to start CRS when the private interconnect's netmask has changed. This HowTo will describe how to update the OLR with the new netmask.
Console Terminal Server SSH for Raspberry Pi and other SBCs
The PiRoute turns any serial port into an SSH shared terminal console accessed through WiFi or Ethernet, even if the Raspberry Pi, SBC, Arduino, or other computer that has no network access
SSL – is it broken?
Following a further security certificate breach, is it time to accept that the SSL ecosystem is broken?
SSL is responsible for many things such as to
- encrypt information to prevent snooping;
- prevent the replay of packets;
- authenticate the server, and
- authenticate the client.