Secure SSH Access with Cloudflare Zero Trust & Short-Lived Certificates

Поділитися
Вставка
  • Опубліковано 4 лют 2025

КОМЕНТАРІ • 14

  • @kitestring
    @kitestring 22 дні тому

    Great, that was extremely thorough! Thanks!

  • @DreamsAPI
    @DreamsAPI Місяць тому +1

    Thank you for being thorough and providing easy clear explanation

  • @robertmkorte
    @robertmkorte Місяць тому +1

    Thanks so so much! Your videos are so helpful! I had another big light bulb moment 💡

    • @LinuxCloudHacks
      @LinuxCloudHacks  Місяць тому

      Great! BTW In my opinion understanding how things work is even more important than just knowing how to do them. Hence my videos are a bit long (and wife says boring LOL) but you never know when this knowledge becomes handy.

  • @andrewshatnyy
    @andrewshatnyy Місяць тому

    Thank you so much. This is exactly what I needed.

  • @shivamsaxena7378
    @shivamsaxena7378 Місяць тому

    Thank you for this very informative video! :)

  • @woreibi
    @woreibi Місяць тому

    Great content Phillip. What is default life time of ssh cert that cloud zero issue to each user and is that value configurable? Also I imagine that ssh session keep running even if cert lifetime expired already, correct?

    • @LinuxCloudHacks
      @LinuxCloudHacks  Місяць тому

      Thanks! As to your question - the value is 3 minutes and it’s not configurable. Certificate is only needed to authenticate. Once you are connected you no longer need it.

  • @morneauh
    @morneauh Місяць тому

    Can you grant server access to other servers?

    • @LinuxCloudHacks
      @LinuxCloudHacks  Місяць тому +1

      1. All the clients needs to have Cloudflare WARP software installed.
      2. On the server side you can install Cloudlflare WARP software on single server (gateway) and all servers behind it don't need to have any software installed (apart from the ca.pub file + TrustedUserCAKeys /etc/ssh/ca.pub).
      3. Then you just define targets and put those servers IP and say that to server A you should get through tunnel B etc.
      But long story short, to use Cloudflare Zero Trust you need to either install CloudflareD or WARP on ever server or at least on the gateway.