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.
- install golang:
sudo pacman -S go
i am using artixlinux, To find the package for your distro, use this
- clone the repository:
git clone https://git.aba.lol/aba/ssh-manager
- change to the directory and run:
go build -o ssh-manager
- finally, add the exeutable to the bin folder:
cp ssh-manager /usr/bin
that's it now you can use the tool