I would like to update OpenSSH to version 7.8 but I can't find how to do that
I tried to do what was written in this gist https://gist.github.com/techgaun/df6...82c4c3470bc48e
changing the following line wget "
http://mirrors.evowise.com/pub/OpenBSD/OpenSSH/portable/openssh-7.8p1.tar.gz
So now when I am running
ssh -V
I have
OpenSSH_7.8p1, OpenSSL 1.1.1a 20 Nov 2018
But
dpkg --list openssh*
is returning me
I woud like to update this one as well but I have no idea how to do that
16.04 ssh openssh sshd
|
show 2 more comments
I tried to do what was written in this gist https://gist.github.com/techgaun/df6...82c4c3470bc48e
changing the following line wget "
http://mirrors.evowise.com/pub/OpenBSD/OpenSSH/portable/openssh-7.8p1.tar.gz
So now when I am running
ssh -V
I have
OpenSSH_7.8p1, OpenSSL 1.1.1a 20 Nov 2018
But
dpkg --list openssh*
is returning me
I woud like to update this one as well but I have no idea how to do that
16.04 ssh openssh sshd
2
The Gist link does't work. Also, please post the output as text with code formatting instead of as a picture. Which version of Ubuntu are you using and why do you need this version of SSH specifically/
– Olorin
Feb 8 at 8:14
1
The output ofdpkg --list
info you provided does not match any supported releases of Ubuntu it seems? What are you running? (packages.ubuntu.com/…)
– guiverc
Feb 8 at 8:17
I'm using ubuntu version 16.04 and why i want to use this ssh version is because PCI vulnerability scan shows lower version than 7.8 as vulnerability
– Anurag pareek
Feb 8 at 8:31
If this scan is operating purely on the basis of version number, then it's useless. Ubuntu developers backport patches, so in all likelihood, the current version of SSH on Ubuntu 16.04 (1:7.2p2-4ubuntu2.7) is not vulnerable. You should install that.
– Olorin
Feb 8 at 8:53
@Olorin i'm agree with you, but i have to fulfil all requirements to pass that PCI compliance. Please suggest how can i update my SSH version to 7.8 or higher on my 16.04 Ubuntu
– Anurag pareek
Feb 8 at 9:04
|
show 2 more comments
I tried to do what was written in this gist https://gist.github.com/techgaun/df6...82c4c3470bc48e
changing the following line wget "
http://mirrors.evowise.com/pub/OpenBSD/OpenSSH/portable/openssh-7.8p1.tar.gz
So now when I am running
ssh -V
I have
OpenSSH_7.8p1, OpenSSL 1.1.1a 20 Nov 2018
But
dpkg --list openssh*
is returning me
I woud like to update this one as well but I have no idea how to do that
16.04 ssh openssh sshd
I tried to do what was written in this gist https://gist.github.com/techgaun/df6...82c4c3470bc48e
changing the following line wget "
http://mirrors.evowise.com/pub/OpenBSD/OpenSSH/portable/openssh-7.8p1.tar.gz
So now when I am running
ssh -V
I have
OpenSSH_7.8p1, OpenSSL 1.1.1a 20 Nov 2018
But
dpkg --list openssh*
is returning me
I woud like to update this one as well but I have no idea how to do that
16.04 ssh openssh sshd
16.04 ssh openssh sshd
asked Feb 8 at 8:11
Anurag pareekAnurag pareek
1022
1022
2
The Gist link does't work. Also, please post the output as text with code formatting instead of as a picture. Which version of Ubuntu are you using and why do you need this version of SSH specifically/
– Olorin
Feb 8 at 8:14
1
The output ofdpkg --list
info you provided does not match any supported releases of Ubuntu it seems? What are you running? (packages.ubuntu.com/…)
– guiverc
Feb 8 at 8:17
I'm using ubuntu version 16.04 and why i want to use this ssh version is because PCI vulnerability scan shows lower version than 7.8 as vulnerability
– Anurag pareek
Feb 8 at 8:31
If this scan is operating purely on the basis of version number, then it's useless. Ubuntu developers backport patches, so in all likelihood, the current version of SSH on Ubuntu 16.04 (1:7.2p2-4ubuntu2.7) is not vulnerable. You should install that.
– Olorin
Feb 8 at 8:53
@Olorin i'm agree with you, but i have to fulfil all requirements to pass that PCI compliance. Please suggest how can i update my SSH version to 7.8 or higher on my 16.04 Ubuntu
– Anurag pareek
Feb 8 at 9:04
|
show 2 more comments
2
The Gist link does't work. Also, please post the output as text with code formatting instead of as a picture. Which version of Ubuntu are you using and why do you need this version of SSH specifically/
– Olorin
Feb 8 at 8:14
1
The output ofdpkg --list
info you provided does not match any supported releases of Ubuntu it seems? What are you running? (packages.ubuntu.com/…)
– guiverc
Feb 8 at 8:17
I'm using ubuntu version 16.04 and why i want to use this ssh version is because PCI vulnerability scan shows lower version than 7.8 as vulnerability
– Anurag pareek
Feb 8 at 8:31
If this scan is operating purely on the basis of version number, then it's useless. Ubuntu developers backport patches, so in all likelihood, the current version of SSH on Ubuntu 16.04 (1:7.2p2-4ubuntu2.7) is not vulnerable. You should install that.
– Olorin
Feb 8 at 8:53
@Olorin i'm agree with you, but i have to fulfil all requirements to pass that PCI compliance. Please suggest how can i update my SSH version to 7.8 or higher on my 16.04 Ubuntu
– Anurag pareek
Feb 8 at 9:04
2
2
The Gist link does't work. Also, please post the output as text with code formatting instead of as a picture. Which version of Ubuntu are you using and why do you need this version of SSH specifically/
– Olorin
Feb 8 at 8:14
The Gist link does't work. Also, please post the output as text with code formatting instead of as a picture. Which version of Ubuntu are you using and why do you need this version of SSH specifically/
– Olorin
Feb 8 at 8:14
1
1
The output of
dpkg --list
info you provided does not match any supported releases of Ubuntu it seems? What are you running? (packages.ubuntu.com/…)– guiverc
Feb 8 at 8:17
The output of
dpkg --list
info you provided does not match any supported releases of Ubuntu it seems? What are you running? (packages.ubuntu.com/…)– guiverc
Feb 8 at 8:17
I'm using ubuntu version 16.04 and why i want to use this ssh version is because PCI vulnerability scan shows lower version than 7.8 as vulnerability
– Anurag pareek
Feb 8 at 8:31
I'm using ubuntu version 16.04 and why i want to use this ssh version is because PCI vulnerability scan shows lower version than 7.8 as vulnerability
– Anurag pareek
Feb 8 at 8:31
If this scan is operating purely on the basis of version number, then it's useless. Ubuntu developers backport patches, so in all likelihood, the current version of SSH on Ubuntu 16.04 (1:7.2p2-4ubuntu2.7) is not vulnerable. You should install that.
– Olorin
Feb 8 at 8:53
If this scan is operating purely on the basis of version number, then it's useless. Ubuntu developers backport patches, so in all likelihood, the current version of SSH on Ubuntu 16.04 (1:7.2p2-4ubuntu2.7) is not vulnerable. You should install that.
– Olorin
Feb 8 at 8:53
@Olorin i'm agree with you, but i have to fulfil all requirements to pass that PCI compliance. Please suggest how can i update my SSH version to 7.8 or higher on my 16.04 Ubuntu
– Anurag pareek
Feb 8 at 9:04
@Olorin i'm agree with you, but i have to fulfil all requirements to pass that PCI compliance. Please suggest how can i update my SSH version to 7.8 or higher on my 16.04 Ubuntu
– Anurag pareek
Feb 8 at 9:04
|
show 2 more comments
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1116603%2fi-would-like-to-update-openssh-to-version-7-8-but-i-cant-find-how-to-do-that%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1116603%2fi-would-like-to-update-openssh-to-version-7-8-but-i-cant-find-how-to-do-that%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
The Gist link does't work. Also, please post the output as text with code formatting instead of as a picture. Which version of Ubuntu are you using and why do you need this version of SSH specifically/
– Olorin
Feb 8 at 8:14
1
The output of
dpkg --list
info you provided does not match any supported releases of Ubuntu it seems? What are you running? (packages.ubuntu.com/…)– guiverc
Feb 8 at 8:17
I'm using ubuntu version 16.04 and why i want to use this ssh version is because PCI vulnerability scan shows lower version than 7.8 as vulnerability
– Anurag pareek
Feb 8 at 8:31
If this scan is operating purely on the basis of version number, then it's useless. Ubuntu developers backport patches, so in all likelihood, the current version of SSH on Ubuntu 16.04 (1:7.2p2-4ubuntu2.7) is not vulnerable. You should install that.
– Olorin
Feb 8 at 8:53
@Olorin i'm agree with you, but i have to fulfil all requirements to pass that PCI compliance. Please suggest how can i update my SSH version to 7.8 or higher on my 16.04 Ubuntu
– Anurag pareek
Feb 8 at 9:04