Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
85
Issues
85
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
32
Merge Requests
32
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chakra
Packages
core
Commits
0fe9aa52
Commit
0fe9aa52
authored
Aug 30, 2018
by
Jeff Huang
🤔
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[skip-ci] openssh: update to 7.8p1 to fix security issues.
parent
09f66ff3
Pipeline
#1139
skipped
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
10 deletions
+12
-10
openssh/PKGBUILD
openssh/PKGBUILD
+8
-6
openssh/sshd.conf
openssh/sshd.conf
+1
-0
openssh/sshd@.service
openssh/sshd@.service
+1
-0
openssh/sshdgenkeys.service
openssh/sshdgenkeys.service
+2
-4
No files found.
openssh/PKGBUILD
View file @
0fe9aa52
pkgname
=
openssh
pkgver
=
7.
5
p1
pkgver
=
7.
8
p1
pkgrel
=
1
pkgdesc
=
'
Free version of the SSH connectivity tools
'
url
=
'http://www.openssh.org/portable.html'
pkgdesc
=
'
Premier connectivity tool for remote login with the SSH protocol
'
url
=
'http
s
://www.openssh.org/portable.html'
license
=(
'custom:BSD'
)
arch
=(
'x86_64'
)
makedepends
=(
'linux-headers'
)
...
...
@@ -13,13 +13,15 @@ source=("http://ftp.spline.de/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.
'sshd@.service'
'sshd.service'
'sshd.socket'
'sshd.conf'
'sshd.pam'
)
sha1sums
=(
'
5e8f185d00afb4f4f89801e9b0f8b9cee9d87ebd
'
sha1sums
=(
'
27e267e370315561de96577fccae563bc2c37a60
'
'SKIP'
'c
c1ceec606c98c7407e7ac21ade23aed81e31405
'
'b
d6eae36c7ef9efb7147778baad7858b81f2d660
'
'c
aaa801da59a5d14c0c29c43e9de5fef281ea03e
'
'b
f99e12186a93bdab81ddc013484c3b0f65f6ccf
'
'97b09fe4ebb8919832d9582c660d2a45d9f9f7c5'
'e12fa910b26a5634e5a6ac39ce1399a132cf6796'
'c9b2e4ce259cd62ddb00364d3ee6f00a8bf2d05f'
'd93dca5ebda4610ff7647187f8928a3de28703f3'
)
validpgpkeys
=(
'59C2118ED206D927E667EBE3D3E5F56B6D920D30'
)
...
...
openssh/sshd.conf
0 → 100644
View file @
0fe9aa52
d
/
var
/
empty
0755
root
root
openssh/sshd@.service
View file @
0fe9aa52
...
...
@@ -6,3 +6,4 @@ After=sshdgenkeys.service
ExecStart
=
-/usr/sbin/sshd -i
StandardInput
=
socket
StandardError
=
syslog
KillMode
=
process
openssh/sshdgenkeys.service
View file @
0fe9aa52
[Unit]
Description
=
SSH Key Generation
ConditionPathExists
=
|!/etc/ssh/ssh_host_key
ConditionPathExists
=
|!/etc/ssh/ssh_host_key.pub
ConditionPathExists
=
|!/etc/ssh/ssh_host_rsa_key
ConditionPathExists
=
|!/etc/ssh/ssh_host_rsa_key.pub
ConditionPathExists
=
|!/etc/ssh/ssh_host_dsa_key
ConditionPathExists
=
|!/etc/ssh/ssh_host_dsa_key.pub
ConditionPathExists
=
|!/etc/ssh/ssh_host_ecdsa_key
ConditionPathExists
=
|!/etc/ssh/ssh_host_ecdsa_key.pub
ConditionPathExists
=
|!/etc/ssh/ssh_host_ed25519_key
ConditionPathExists
=
|!/etc/ssh/ssh_host_ed25519_key.pub
ConditionPathExists
=
|!/etc/ssh/ssh_host_rsa_key
ConditionPathExists
=
|!/etc/ssh/ssh_host_rsa_key.pub
[Service]
ExecStart
=
/usr/bin/ssh-keygen -A
...
...
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