Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
openssh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
openssh
Commits
5f173874
Commit
5f173874
authored
Jun 20, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated openssh to 8.3p1
parent
ebac2642
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
Makefile
Makefile
+10
-10
openssh-8.0p1.tar.gz
openssh-8.0p1.tar.gz
+0
-0
openssh-8.3p1.tar.gz
openssh-8.3p1.tar.gz
+0
-0
No files found.
Makefile
View file @
5f173874
all
:
sshd-service
tar
xf openssh-8.
0
p1.tar.gz
tar
xf openssh-8.
3
p1.tar.gz
install
-v
-m700
-d
/var/lib/sshd
chown
-v
root:sys /var/lib/sshd
groupadd
-g
50 sshd
useradd
-c
'sshd PrivSep'
-d
/var/lib/sshd
-g
sshd
-s
/bin/false
-u
50 sshd
cd
openssh-8.
0
p1
&&
./configure
--prefix
=
/usr
--sysconfdir
=
/etc/ssh
--with-md5-passwords
--with-privsep-path
=
/var/lib/sshd
$(MAKE)
-C
openssh-8.
0
p1
cd
openssh-8.
3
p1
&&
./configure
--prefix
=
/usr
--sysconfdir
=
/etc/ssh
--with-md5-passwords
--with-privsep-path
=
/var/lib/sshd
$(MAKE)
-C
openssh-8.
3
p1
# FIXME: openssh tests failure!
# $(MAKE) -C openssh-8.
0
p1 tests
$(MAKE)
-C
openssh-8.
0
p1
install
cd
openssh-8.
0
p1
&&
install
-v
-m755
contrib/ssh-copy-id
/usr/bin
cd
openssh-8.
0
p1
&&
install
-v
-m644
contrib/ssh-copy-id.1
/usr/share/man/man1
install
-v
-m755
-d
/usr/share/doc/openssh-8.
0
p1
cd
openssh-8.
0p1
&&
install
-v
-m644
INSTALL
LICENCE
OVERVIEW
README*
/usr/share/doc/openssh-8.0
p1
# $(MAKE) -C openssh-8.
3
p1 tests
$(MAKE)
-C
openssh-8.
3
p1
install
cd
openssh-8.
3
p1
&&
install
-v
-m755
contrib/ssh-copy-id
/usr/bin
cd
openssh-8.
3
p1
&&
install
-v
-m644
contrib/ssh-copy-id.1
/usr/share/man/man1
install
-v
-m755
-d
/usr/share/doc/openssh-8.
3
p1
cd
openssh-8.
3p1
&&
install
-v
-m644
INSTALL
LICENCE
OVERVIEW
README*
/usr/share/doc/openssh-8.3
p1
@echo
"$$SSHD_SERVICE"
>
/lib/systemd/system/sshd.service
ln
-s
/lib/systemd/system/sshd.service
/etc/systemd/system/multi-user.target.wants/sshd.service
sed
-i
's/#PermitRootLogin.*/PermitRootLogin yes/'
/etc/ssh/sshd_config
sed
-i
's/#PermitEmptyPasswords.*/PermitEmptyPasswords yes/'
/etc/ssh/sshd_config
rm
-rf
openssh-8.
0
p1
rm
-rf
openssh-8.
3
p1
sshd-service
:
define
SSHD_SERVICE
...
...
openssh-8.0p1.tar.gz
deleted
100644 → 0
View file @
ebac2642
File deleted
openssh-8.3p1.tar.gz
0 → 100644
View file @
5f173874
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment