display login page only on ssh connection

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
I have a device running ubuntu-16.04 LTS server edition on a embedded board used for one of my projects. I have to maintain certain requirements for security reasons like:
Restrict login page for users connected directly with some display interfaces like monitor or any other projecting screens through VGA/DVI/HDMI/USB cables.
display a certain splash screen instead of login page.
Login should be possible through ssh connection.
16.04 server login display security
add a comment |Â
up vote
0
down vote
favorite
I have a device running ubuntu-16.04 LTS server edition on a embedded board used for one of my projects. I have to maintain certain requirements for security reasons like:
Restrict login page for users connected directly with some display interfaces like monitor or any other projecting screens through VGA/DVI/HDMI/USB cables.
display a certain splash screen instead of login page.
Login should be possible through ssh connection.
16.04 server login display security
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a device running ubuntu-16.04 LTS server edition on a embedded board used for one of my projects. I have to maintain certain requirements for security reasons like:
Restrict login page for users connected directly with some display interfaces like monitor or any other projecting screens through VGA/DVI/HDMI/USB cables.
display a certain splash screen instead of login page.
Login should be possible through ssh connection.
16.04 server login display security
I have a device running ubuntu-16.04 LTS server edition on a embedded board used for one of my projects. I have to maintain certain requirements for security reasons like:
Restrict login page for users connected directly with some display interfaces like monitor or any other projecting screens through VGA/DVI/HDMI/USB cables.
display a certain splash screen instead of login page.
Login should be possible through ssh connection.
16.04 server login display security
edited May 15 at 14:44
asked May 15 at 14:03
krishna chalise
125313
125313
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1036548%2fdisplay-login-page-only-on-ssh-connection%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