Skip to content

Commit 541d3ba

Browse files
committed
Documentation fixes in README.md and HPNSSHInstallation.txt
Provided by oregonpillow @ github
1 parent 347fb92 commit 541d3ba

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

HPNSSHInstallation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Alternatively, the ./configure command will generate a hpnsshd.service file from
127127
hpnsshd.service.in. You can use this file by copying it to
128128
/libsystemd/system/hpnsshd.service instead of copying the above text.
129129

130-
Then create the defaults file at /etc/defaults/hpnsshd with the following content:
130+
Then create the defaults file at /etc/default/hpnsshd with the following content:
131131
# Default settings for openssh-server.
132132
# Options to pass to sshd
133133
SSHD_OPTS=

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ Releases include a pre-built copy of the ``configure`` script and may be built u
4949

5050
```
5151
tar zxvf hpnssh-X.YpZ.tar.gz
52-
cd hpnssh
52+
cd hpn-ssh
53+
autoreconf -f -i
5354
./configure # [options]
5455
make && make tests
5556
```
@@ -62,8 +63,8 @@ If building from git, you'll need [autoconf](https://www.gnu.org/software/autoco
6263

6364
```
6465
git clone https://github.com/rapier1/hpn-ssh
65-
cd openssh-portable
66-
autoreconf
66+
cd hpn-ssh
67+
autoreconf -f -i
6768
./configure
6869
make && make tests
6970
```

0 commit comments

Comments
 (0)