At Teleport we had a lot of requests to support Windows / RDP. We ended up building our own Go/Rust Client into our server/web client. This gave more control over the RDP protocol and authentication.
OP here, thanks for posting! Happy to Answer any questions. I have to give our a shoutout to Alan at Teleport for all his work on Passwordless and his work to make Passwordless / TouchID work with MacOS CLI https://github.com/gravitational/teleport/blob/master/rfd/00...
If you setup SSH keys a while ago, you might want to run the below command to discover the type / key strength. If you're reading HackerNews comments, this might be good time to run an audit. Also; before going all in on Ed25519, native support from some cloud providers is limited.
$ for key in ~/.ssh/id_*; do ssh-keygen -l -f "${key}"; done | uniq
This can only get you so far. We invested a lot time into getting more from system access event using eBPF to take n unstructured SSH session and outputs a stream of structured events. https://gravitational.com/blog/enhanced-session-recording/
Hey HN! I Director of Product for Teleport, and that does include CLI and YAML experience. This is a bumper release, with a bunch of fixes https://github.com/gravitational/teleport/releases/tag/v4.3.... . Even for OpenSSH users using Teleport in Recording Proxy mode.
As always I love some HN comments. While you do need a running proxy. You can use Teleport without ever having to use the UI.
I would be interested to read more about what'll happen in the case of the next large quake. Since we're overdue a big one[1]. I recently had a friend big on a duplex in the Marina. I'm not sure if I would take a 20 - 30 yr real estate bet in a liquefaction zone.
One interesting product decision with Square Cash and Robinhood Crypto services is that customers can't transfer off as BTC ( to another exchange / hardware wallet) . When I asked Robinhood they said it was so customers didn't user BTC for illegal activity as they hadn't built out specific anti-money laundering measures.
I've recently built a Slack Doorbell using a Cheap D-Link Webcam and a AWS IoT Button. The one thing that surprised me was the lack of a good internet enabled camera, the D-Link basically has basic AUTH and for capturing photos is the same username and password as for remote. Does anyone know of a good and secure RESTFUL Internet Connected camera?
It's great to see both founders ( Evan and Bobby ) ended out with equal shares, both at 21.8% of Common A Stock. The history is pretty interesting, and as always there is a possible 3rd founder. https://techcrunch.com/2013/07/31/spiegel-murphy-say-alleged...
An ex-coworker founded http://www.neuromoddevices.com/technology. It's still in the clinical research stage, but it's a cool device that utilise bi-modal neuromodulation and aim to promote positive therapeutic change within the human nervous system.
It's a tough business to get into, but I would suggest talking to the large players and having a standard for exception replays. I wish you the best of luck, feel free to reach out and keep up the great work.
https://goteleport.com/blog/desktop-access/ https://goteleport.com/blog/secure-rdp-client/