Skip to content

Ubuntu 20 | sshportal: command not found #467

@prtomasi

Description

@prtomasi

Hi,

I'm trying to install sshportal on Ubuntu 20.04.4 LTS.

I don't have many skills in Linux. So I tried to figure out how to install go and then install sshportal.

All gone well until the installation. But I can't start sshportal. Those are the steps I made:

wget https://go.dev/dl/go1.20.4.linux-amd64.tar.gz

rm -rf /usr/local/go && tar -C /usr/local -xzf go1.20.4.linux-amd64.tar.gz

export PATH=$PATH:/usr/local/go/bin

root@ubuntu-lab:/home/administrator# go version
go version go1.20.4 linux/amd64

go install moul.io/sshportal@latest

But it's missing something, sshportal server is not found:

root@ubuntu-lab:/home/administrator# sshportal server
sshportal: command not found

Any suggestions about the next step?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions