rtop icon indicating copy to clipboard operation
rtop copied to clipboard

rtop is an interactive, remote system monitoring tool based on SSH

Results 23 rtop issues
Sort by recently updated
recently updated
newest added

Go Version ``` (base) vibhu@pop-os:~/Downloads/software$ go version go version go1.17.5 linux/amd64 ``` Installation Verification: ``` (base) vibhu@pop-os:~/Downloads/software$ go install github.com/rapidloop/rtop@latest go: finding module for package golang.org/x/crypto/ssh/terminal go: finding module for...

Returns - "package math/bits: unrecognized import path "math/bits" (import path does not begin with hostname)" when "go get github.com/rapidloop/rtop" is executed.

Apologies if I'm missing something obvious, but rtop doesn't seem to be using my ssh agent. MacOS 10.11.6 go1.7.5 darwin/amd64 $ ssh-add -l 2048 SHA256:blah /Users/blah/.ssh/id_rsa (RSA) $ ssh server...

In my local `~/.ssh/config`: ``` Host * ControlMaster auto ControlPath /tmp/ssh-%r@%h:%p.socket ControlPersist yes ServerAliveCountMax 2 ServerAliveInterval 120 ``` I enabled ssh multiplexing for any connection, but `rtop` seems not to...

It doesn't support aliases saved in `/etc/ssh/ssh_config` :(

Unfortunately, this otherwise nice program doesn't support encrypted keys, there is no way to supply the passphrase: Example: ``` $ rtop rtop: ssh: cannot decode encrypted private keys rtop: ssh:...

On the homepage it says that I can authenticate with a password but I keep getting this error: ``` unable to authenticate, attempted methods [none publickey], no supported methods remain...

After running over a few days, the memory it took is about 1.6 GB. Why is this?