Globally enable ssh-dss on openssh 7.0
Clash Royale CLAN TAG#URR8PPP
up vote
-1
down vote
favorite
I know I can add the following entry:
PubkeyAcceptedKeyTypes=+ssh-dss
to ~/.ssh/config
as described here
but I need to do so for each entry. I want to enable it globally.
Is it possible ?
ssh openssh
add a comment |Â
up vote
-1
down vote
favorite
I know I can add the following entry:
PubkeyAcceptedKeyTypes=+ssh-dss
to ~/.ssh/config
as described here
but I need to do so for each entry. I want to enable it globally.
Is it possible ?
ssh openssh
add a comment |Â
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
I know I can add the following entry:
PubkeyAcceptedKeyTypes=+ssh-dss
to ~/.ssh/config
as described here
but I need to do so for each entry. I want to enable it globally.
Is it possible ?
ssh openssh
I know I can add the following entry:
PubkeyAcceptedKeyTypes=+ssh-dss
to ~/.ssh/config
as described here
but I need to do so for each entry. I want to enable it globally.
Is it possible ?
ssh openssh
ssh openssh
asked Sep 7 '16 at 7:22
Mellowcandle
10817
10817
add a comment |Â
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
2
down vote
accepted
To enable it for all connections you personally make (rather than for all users on the system), just put it in your ~/.ssh/config
one time:
Host *
PubkeyAcceptedKeyTypes=+ssh-dss
This will apply to all hosts unless overridden with a different PubkeyAcceptedKeyTypes
setting in a subsequent specific Host
clause. From man ssh_config
:
A single âÂÂ*â as a pattern can be used to provide global defaults for all hosts.
add a comment |Â
up vote
3
down vote
You can add this line in
/etc/ssh/ssh_config
This will make it valid for every user on this server
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
To enable it for all connections you personally make (rather than for all users on the system), just put it in your ~/.ssh/config
one time:
Host *
PubkeyAcceptedKeyTypes=+ssh-dss
This will apply to all hosts unless overridden with a different PubkeyAcceptedKeyTypes
setting in a subsequent specific Host
clause. From man ssh_config
:
A single âÂÂ*â as a pattern can be used to provide global defaults for all hosts.
add a comment |Â
up vote
2
down vote
accepted
To enable it for all connections you personally make (rather than for all users on the system), just put it in your ~/.ssh/config
one time:
Host *
PubkeyAcceptedKeyTypes=+ssh-dss
This will apply to all hosts unless overridden with a different PubkeyAcceptedKeyTypes
setting in a subsequent specific Host
clause. From man ssh_config
:
A single âÂÂ*â as a pattern can be used to provide global defaults for all hosts.
add a comment |Â
up vote
2
down vote
accepted
up vote
2
down vote
accepted
To enable it for all connections you personally make (rather than for all users on the system), just put it in your ~/.ssh/config
one time:
Host *
PubkeyAcceptedKeyTypes=+ssh-dss
This will apply to all hosts unless overridden with a different PubkeyAcceptedKeyTypes
setting in a subsequent specific Host
clause. From man ssh_config
:
A single âÂÂ*â as a pattern can be used to provide global defaults for all hosts.
To enable it for all connections you personally make (rather than for all users on the system), just put it in your ~/.ssh/config
one time:
Host *
PubkeyAcceptedKeyTypes=+ssh-dss
This will apply to all hosts unless overridden with a different PubkeyAcceptedKeyTypes
setting in a subsequent specific Host
clause. From man ssh_config
:
A single âÂÂ*â as a pattern can be used to provide global defaults for all hosts.
answered Sep 7 '16 at 8:27
user4556274
4,99811123
4,99811123
add a comment |Â
add a comment |Â
up vote
3
down vote
You can add this line in
/etc/ssh/ssh_config
This will make it valid for every user on this server
add a comment |Â
up vote
3
down vote
You can add this line in
/etc/ssh/ssh_config
This will make it valid for every user on this server
add a comment |Â
up vote
3
down vote
up vote
3
down vote
You can add this line in
/etc/ssh/ssh_config
This will make it valid for every user on this server
You can add this line in
/etc/ssh/ssh_config
This will make it valid for every user on this server
answered Sep 7 '16 at 7:25
Romeo Ninov
4,48321625
4,48321625
add a comment |Â
add a comment |Â
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f308364%2fglobally-enable-ssh-dss-on-openssh-7-0%23new-answer', 'question_page');
);
Post as a guest
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
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
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