diff --git a/faq-linux/faq-lin01_install_linux_cli.md b/faq-linux/faq-lin01_install_linux_cli.md index 9f68aee..978db45 100644 --- a/faq-linux/faq-lin01_install_linux_cli.md +++ b/faq-linux/faq-lin01_install_linux_cli.md @@ -26,12 +26,12 @@ Link 2: [Download Verus Bootstrap](https://bootstrap.verus.io/) You should get some lines like this: `drwx------ 6 root root 4096 Jul 3 15:56` 5. Download & install the wallet binaries: - `wget https://github.com/VerusCoin/VerusCoin/releases/download/v0.7.0-4/Verus-CLI-Linux-v0.7.2-3-amd64.tgz` + `wget https://github.com/VerusCoin/VerusCoin/releases/download/v0.9.3/Verus-CLI-Linux-v0.9.3-amd64.tgz` The downloaded archive contains another archive and a signature text file, enabling the archive within to be verified (You'll need a running wallet to do that) Also: Verify the URL to the latest version from the [Download latest Wallet](https://verus.io/wallet) above. - `tar -xvf Verus-CLI-Linux-v0.7.0-4-amd64.tgz` + `tar -xvf Verus-CLI-Linux-v0.9.3-amd64.tgz` Now extract the wallet archive: - `tar -xvf Verus-CLI-Linux-v0.7.0-4-amd64.tar.gz` + `tar -xvf Verus-CLI-Linux-v0.9.3-amd64.tar.gz` Change directory to verus-cli `cd verus-cli` Fetch parameters, takes time, more on slow Internet connection @@ -64,9 +64,9 @@ Disable login with Root User Find: PermitRootLogin yes And set to PermitRootLogin no -Apply no settings: +Apply new settings: `sudo systemctl restart sshd` (submitted by @karero, corrected by @Glennp, edited by Oink.vrsc@) -Note: last revision date 2020-11-11. +Note: last revision date 2022-08-19. diff --git a/index.md b/index.md index 2dc59b8..fbcc029 100644 --- a/index.md +++ b/index.md @@ -93,4 +93,4 @@ If you have any questions about the information here, need help or have suggesti [Q&A questions channel Verus-WhiteBIT 2020-07-28](#!q-a/veruscoin-q-a-questions-20200728.html) [Q&A reward channel Verus-WhiteBIT 2020-07-28](#!q-a/veruscoin-q-a-reward-20200728.html) -Note: last revision date 2022-08-12. +Note: last revision date 2022-08-19.