Wiki home
Editing page "
openssh
"
Base on previous version:
0
-
18
-
1744
-
2695
-
3135
-
3361
-
4091
-
4726
-
5043
-
5309
-
5875
-
6270
-
6766
-
7241
# Note: depends on [pkg]openssl[/pkg] # Note: depends on [pkg]zlib[/pkg] wget [link]https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-7.6p1.tar.gz[/link] tar -xzf openssh-7.6p1.tar.gz cd openssh-7.6p1 mkdir -p build cd build # Note: we specify the location of xauth so that openssh knows its location even if we don't install xauth until later ../configure --prefix="/usr" --sysconfdir="/etc" --with-xauth="/usr/bin/xauth" make # Doesn't mind -j# useradd -M -r -s /sbin/nologin sshd make install
Change summary:
Tags allowed:
[pkg]name[/pkg]
Link to another package on the buildwiki by name
[link]URL[/link]
Link to an external page