Teleport 4.3: Modern Replacement for OpenSSH

栏目: IT技术 · 发布时间: 3年前

内容简介:We’re excited to announce the release of Teleport 4.3 - new UI, API driven, expanded audit capabilities, and still open source. This version is so significant, we nearly called it 5.0! In this post, we’ll cover the major new features and you’ll see why we

Introducing Teleport 4.3 - Modern Replacement for OpenSSH

Teleport 4.3: Modern Replacement for OpenSSH

We’re excited to announce the release of Teleport 4.3 - new UI, API driven, expanded audit capabilities, and still open source. This version is so significant, we nearly called it 5.0! In this post, we’ll cover the major new features and you’ll see why we called it ‘Teleport’.

Teleport 4.3 is now available fordownload. For those of you who haven’t heard of Teleport, here’s a quick introduction:

Teleport is an open source, modern drop-in replacement for OpenSSH, which supports Kubernetes in addition to SSH. Teleport removes the need for VPNs, comes with a beautiful new Web UI, and provides seamless access to all cloud environments and edge devices. Teleport is incredibly easy to set up and use.

You can see the vision in the illustration above. The glorious portal radiating encrypted beams into all of your clouds and smart devices is connected to the serious-looking audit log apparatus next to it. That’s how smart engineers should be accessing infrastructure: from anywhere, to anywhere, like humans traveling from the future!

We also provide Teleport 4.3 with enhanced RBAC and expanded SSO capabilities for larger enterprise customers under our commercial license. The differences are describedhere.

Introducing 4.3

Back when we started Gravitational, we picked the name Teleport for the tool because we wanted every engineer to feel as if all of their organization’s computers and servers can be magically teleported into the same room (LAN) as them.

Before dumping a bunch of screenshots on you, let’s go over everything that’s new in this version:

  • Brand New Web UI . The updated user interface is finally bringing the Web UI to feature parity with the command-line (CLI) client.
  • Cluster View allows users to see all clouds and computing environments in one place.
  • Audit Log View allows administrators to see what’s going on with a detailed view of all security events, not just recorded sessions.
  • The API . Our users have been requesting this for a very long time! We are starting with a plugin API to allow Teleport administrators to customize how user permissions are elevated and we’re providing Slack and PagerDuty integrations out of the box.

Let’s dive in!

New Web UI

We have not touched the web UI of Teleport since the original release. But the pressure kept building up:

  • Windows or tablet users wanted our web UI to be as powerful as a real command-line client. They wanted to bookmark clusters, machines, and have instant access to them with a single click. And we always wanted to be able to say that you can Teleport yourself into an SSH server or a Kubernetes cluster from anywhere , without having to add, “as long as you have a shell.”
  • A well-designed graphical user interface facilitates learning by doing. We wanted users who are new to Teleport to be able to set everything up in 15 minutes and quickly learn about all of Teleport’s superpowers by exploring.

Besides, our user experience team has grown since the early days, so existing users should benefit from the faster navigation and greater flexibility of the new UI.

Cluster View

The original vision for Teleport was to erase physical boundaries between people and infrastructure. We always felt that the Zero Trust principle of not having privileged networks was not enough. We always wanted engineers to securely connect to infrastructure regardless of network and physical location, but also regardless of where the servers are. Azure? AWS? In a restaurant basement or a self-driving vehicle? There should be no difference.

Teleport has always supported this capability via theIoT mode, but it’s been hidden in theAdmin Manual and reserved for command-line experts. The new web UI with its Cluster View puts this functionality front and center. That’s why we called it Teleport!

Teleport 4.3: Modern Replacement for OpenSSH

The New Audit Log

What’s happening right now? Very few DevOps engineers can comfortably answer this question in regards to their infrastructure. Are there any SSH sessions open? Is anyone sitting inside of a Kubernetes pod? Did anyone run curl | bash on a production machine? If so, what exactly did that script do?

We have been building up the logging and auditing capabilities of Teleport for a while. We’ve blogged about how to transform SSH sessions into Auditable Events . But again, this functionality has been reserved for command-line warriors and you’d need to use external tools to inspect the audit information.

The 4.3 release finally brings in a graphical way to explore what’s happening on your infrastructure - both right now and yesterday.

Teleport 4.3: Modern Replacement for OpenSSH

The API

Have you thought about having an API to control access to SSH servers and Kubernetes clusters for your organization? The most common use case for one is to provide safeguards against security-sensitive actions.

For example, let’s assume there are a few database servers in a production environment. The access to the database itself is encrypted and protected. But every once in a while Bob, the database administrator, needs to get shell access on those machines. Obviously, this is not something that should be happening frequently, and it would be nice to have another person provide a second set of eyes for added security. In some organizations, this is called a four-eye policy .

With this new API, you can design a privilege escalation workflow, where Bob can request his privileges to be escalated via a command line:

# Bob requests the privileged "dba" role
$ tsh login --request-roles=dba
Seeking request approval... (id: bc8ca931-fec9-4b15)

While Bob is waiting, the security team gets a message on Slack (or PagerDuty) to approve the request:

Now Bob can proceed with:

# business as usual:
$ ssh postgres-master

And everything he’ll be doing will be recorded in the audit log: both, structured events like command executions and the video-like feed of his keystrokes, called session recording.

Conclusion & Learn More

As you can see by the number of screenshots in this blog post, this release is all about user experience, but there is so much more.

To see the full list of bug fixes, improvements, and documentation updates, you can visit the Github milestone .

But we’ve also made learning about Teleport easier, check out the new sections on our website:

Download Teleport and join us for a webinar demo of these key features.

Join our free Webinar!

announcements


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Beginning iPhone and iPad Web Apps

Beginning iPhone and iPad Web Apps

Chris Apers、Daniel Paterson / Apress / 2010-12-15 / USD 39.99

It seems that everyone and her sister has developed an iPhone App—everyone except you, the hard-working web professional. And now with the introduction of the iPad, you may even feel farther behind. B......一起来看看 《Beginning iPhone and iPad Web Apps》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

URL 编码/解码
URL 编码/解码

URL 编码/解码

MD5 加密
MD5 加密

MD5 加密工具