This page is still a work in progress.


Hello there, you are probably visiting this page because you want to become a sysadmin at ISW. All the pages underneath this page will give you an introduction of the systems and tools used in our network. Please note that some pages will reference to other spaces in Confluence, if you need access please ask one of the sysadmins.

Now that you read all this, you can continue on to getting started.

Table of contents

Getting started

Before starting to explore our network it might be a good idea to install some software or request some access.
In the following sections we will guide you through all these steps.

Hashicorp Boundary

One of the most important things you will need is Hashicorp Boundary.
You can download it at https://www.boundaryproject.io/.

What is it?

To explain it very easy, Boundary is sort of a proxy. It sits between you and the server you are trying to access. Boundary has access to the server, but you don't. If you want to connect to a server from outside of our network you will have to login to Boundary after that you specify the server. Your client will connect to Boundary which will connect you to the server.

This gives some advantages:

  • There is no need for public facing control ports like SSH except for Boundary itself
  • People are authenticated based on their credentials
  • We can authorize people, giving some more access than others.
How do I install my client to work with ISW's Boundary

See the documentation on our private space.

More under this page