How can I install OpenSSH_7.6p1 on ubuntu 16.04?


up vote
1
down vote
favorite
I want to install OpenSSH_7.6p1 on my Ubuntu 16.04.
This is the version that I have now:
$ ssh -V
OpenSSH_7.2p2 Ubuntu-4ubuntu2.4, OpenSSL 1.0.2g 1 Mar 2016
I want to install it so I could have the jump server version, with the J option:
ssh -J
I know that there is another to do that and I know how, but I want with -J
option on Ubuntu 16.04, Is that possible?
Thanks.
software-installation ssh openssh
add a comment |Â
up vote
1
down vote
favorite
I want to install OpenSSH_7.6p1 on my Ubuntu 16.04.
This is the version that I have now:
$ ssh -V
OpenSSH_7.2p2 Ubuntu-4ubuntu2.4, OpenSSL 1.0.2g 1 Mar 2016
I want to install it so I could have the jump server version, with the J option:
ssh -J
I know that there is another to do that and I know how, but I want with -J
option on Ubuntu 16.04, Is that possible?
Thanks.
software-installation ssh openssh
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I want to install OpenSSH_7.6p1 on my Ubuntu 16.04.
This is the version that I have now:
$ ssh -V
OpenSSH_7.2p2 Ubuntu-4ubuntu2.4, OpenSSL 1.0.2g 1 Mar 2016
I want to install it so I could have the jump server version, with the J option:
ssh -J
I know that there is another to do that and I know how, but I want with -J
option on Ubuntu 16.04, Is that possible?
Thanks.
software-installation ssh openssh
I want to install OpenSSH_7.6p1 on my Ubuntu 16.04.
This is the version that I have now:
$ ssh -V
OpenSSH_7.2p2 Ubuntu-4ubuntu2.4, OpenSSL 1.0.2g 1 Mar 2016
I want to install it so I could have the jump server version, with the J option:
ssh -J
I know that there is another to do that and I know how, but I want with -J
option on Ubuntu 16.04, Is that possible?
Thanks.
software-installation ssh openssh
software-installation ssh openssh
edited Feb 1 at 8:31
muru
131k19275472
131k19275472
asked Feb 1 at 8:25
Adam Delarosa
1062
1062
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
-1
down vote
Try building this after you uninstall your current version.
wget "http://mirrors.evowise.com/pub/OpenBSD/OpenSSH/portable/openssh-7.4p1.tar.gz"
If you encounter errors, try
sudo apt install -y build-essential libssl-dev zlib1g-dev
Then rebuild the source :-)
Hope that helps :-)
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
-1
down vote
Try building this after you uninstall your current version.
wget "http://mirrors.evowise.com/pub/OpenBSD/OpenSSH/portable/openssh-7.4p1.tar.gz"
If you encounter errors, try
sudo apt install -y build-essential libssl-dev zlib1g-dev
Then rebuild the source :-)
Hope that helps :-)
add a comment |Â
up vote
-1
down vote
Try building this after you uninstall your current version.
wget "http://mirrors.evowise.com/pub/OpenBSD/OpenSSH/portable/openssh-7.4p1.tar.gz"
If you encounter errors, try
sudo apt install -y build-essential libssl-dev zlib1g-dev
Then rebuild the source :-)
Hope that helps :-)
add a comment |Â
up vote
-1
down vote
up vote
-1
down vote
Try building this after you uninstall your current version.
wget "http://mirrors.evowise.com/pub/OpenBSD/OpenSSH/portable/openssh-7.4p1.tar.gz"
If you encounter errors, try
sudo apt install -y build-essential libssl-dev zlib1g-dev
Then rebuild the source :-)
Hope that helps :-)
Try building this after you uninstall your current version.
wget "http://mirrors.evowise.com/pub/OpenBSD/OpenSSH/portable/openssh-7.4p1.tar.gz"
If you encounter errors, try
sudo apt install -y build-essential libssl-dev zlib1g-dev
Then rebuild the source :-)
Hope that helps :-)
edited Feb 27 at 17:51
Thomas
3,31481326
3,31481326
answered Feb 27 at 17:35
user3668624
1
1
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1002002%2fhow-can-i-install-openssh-7-6p1-on-ubuntu-16-04%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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