1 building from source
aba edited this page 2024-06-03 09:16:52 +00:00

This is a linux tutorial as I don't use windows, but it should be similar for macos.


  1. install golang:
sudo pacman -S go

i am using artixlinux, To find the package for your distro, use this

  1. clone the repository:
git clone https://git.aba.lol/aba/ssh-manager
  1. change to the directory and run:
go build -o ssh-manager
  1. finally, add the exeutable to the bin folder:
cp ssh-manager /usr/bin

that's it now you can use the tool