Multiple SSH-keys on a ubuntu droplet
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
1
down vote
favorite
We are a team of four developers, who are working on a web project, which is to be deployed on a digital ocean droplet. ATM i have one set of ssh keys, which i created from my laptop, which i use to access the droplet, now my team members, also need to access the same droplet, would the best solution be for them to create their ssh key-pair, and configure them on the droplet? Or is there a better solution?
server ssh
add a comment |Â
up vote
1
down vote
favorite
We are a team of four developers, who are working on a web project, which is to be deployed on a digital ocean droplet. ATM i have one set of ssh keys, which i created from my laptop, which i use to access the droplet, now my team members, also need to access the same droplet, would the best solution be for them to create their ssh key-pair, and configure them on the droplet? Or is there a better solution?
server ssh
No time today to write an answer, but an elegant solution is using signed keys, see code.facebook.com/posts/365787980419535/⦠or digitalocean.com/community/tutorials/â¦
â pim
Apr 23 at 12:54
As you are only four developers, I would recommend all devs create their own public-private key-pairs, and then installing the public keys for the devs on the droplet. You'll have to remember to remove keys (on all droplets) if someone leaves. With only 4 developers, I think other solutions would be overkill at this stage.
â Vanessa Deagan
Apr 23 at 13:26
Okay thank you, i just have to add their public keys the the autorized_keys file in the ssh directory right?
â kristof
Apr 24 at 9:51
it does not seem to be working? (i also asked a question about it askubuntu.com/questions/1027745/â¦), might it have to do something with the permissions?
â kristof
Apr 24 at 10:28
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
We are a team of four developers, who are working on a web project, which is to be deployed on a digital ocean droplet. ATM i have one set of ssh keys, which i created from my laptop, which i use to access the droplet, now my team members, also need to access the same droplet, would the best solution be for them to create their ssh key-pair, and configure them on the droplet? Or is there a better solution?
server ssh
We are a team of four developers, who are working on a web project, which is to be deployed on a digital ocean droplet. ATM i have one set of ssh keys, which i created from my laptop, which i use to access the droplet, now my team members, also need to access the same droplet, would the best solution be for them to create their ssh key-pair, and configure them on the droplet? Or is there a better solution?
server ssh
asked Apr 23 at 12:47
kristof
63
63
No time today to write an answer, but an elegant solution is using signed keys, see code.facebook.com/posts/365787980419535/⦠or digitalocean.com/community/tutorials/â¦
â pim
Apr 23 at 12:54
As you are only four developers, I would recommend all devs create their own public-private key-pairs, and then installing the public keys for the devs on the droplet. You'll have to remember to remove keys (on all droplets) if someone leaves. With only 4 developers, I think other solutions would be overkill at this stage.
â Vanessa Deagan
Apr 23 at 13:26
Okay thank you, i just have to add their public keys the the autorized_keys file in the ssh directory right?
â kristof
Apr 24 at 9:51
it does not seem to be working? (i also asked a question about it askubuntu.com/questions/1027745/â¦), might it have to do something with the permissions?
â kristof
Apr 24 at 10:28
add a comment |Â
No time today to write an answer, but an elegant solution is using signed keys, see code.facebook.com/posts/365787980419535/⦠or digitalocean.com/community/tutorials/â¦
â pim
Apr 23 at 12:54
As you are only four developers, I would recommend all devs create their own public-private key-pairs, and then installing the public keys for the devs on the droplet. You'll have to remember to remove keys (on all droplets) if someone leaves. With only 4 developers, I think other solutions would be overkill at this stage.
â Vanessa Deagan
Apr 23 at 13:26
Okay thank you, i just have to add their public keys the the autorized_keys file in the ssh directory right?
â kristof
Apr 24 at 9:51
it does not seem to be working? (i also asked a question about it askubuntu.com/questions/1027745/â¦), might it have to do something with the permissions?
â kristof
Apr 24 at 10:28
No time today to write an answer, but an elegant solution is using signed keys, see code.facebook.com/posts/365787980419535/⦠or digitalocean.com/community/tutorials/â¦
â pim
Apr 23 at 12:54
No time today to write an answer, but an elegant solution is using signed keys, see code.facebook.com/posts/365787980419535/⦠or digitalocean.com/community/tutorials/â¦
â pim
Apr 23 at 12:54
As you are only four developers, I would recommend all devs create their own public-private key-pairs, and then installing the public keys for the devs on the droplet. You'll have to remember to remove keys (on all droplets) if someone leaves. With only 4 developers, I think other solutions would be overkill at this stage.
â Vanessa Deagan
Apr 23 at 13:26
As you are only four developers, I would recommend all devs create their own public-private key-pairs, and then installing the public keys for the devs on the droplet. You'll have to remember to remove keys (on all droplets) if someone leaves. With only 4 developers, I think other solutions would be overkill at this stage.
â Vanessa Deagan
Apr 23 at 13:26
Okay thank you, i just have to add their public keys the the autorized_keys file in the ssh directory right?
â kristof
Apr 24 at 9:51
Okay thank you, i just have to add their public keys the the autorized_keys file in the ssh directory right?
â kristof
Apr 24 at 9:51
it does not seem to be working? (i also asked a question about it askubuntu.com/questions/1027745/â¦), might it have to do something with the permissions?
â kristof
Apr 24 at 10:28
it does not seem to be working? (i also asked a question about it askubuntu.com/questions/1027745/â¦), might it have to do something with the permissions?
â kristof
Apr 24 at 10:28
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%2f1027453%2fmultiple-ssh-keys-on-a-ubuntu-droplet%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
No time today to write an answer, but an elegant solution is using signed keys, see code.facebook.com/posts/365787980419535/⦠or digitalocean.com/community/tutorials/â¦
â pim
Apr 23 at 12:54
As you are only four developers, I would recommend all devs create their own public-private key-pairs, and then installing the public keys for the devs on the droplet. You'll have to remember to remove keys (on all droplets) if someone leaves. With only 4 developers, I think other solutions would be overkill at this stage.
â Vanessa Deagan
Apr 23 at 13:26
Okay thank you, i just have to add their public keys the the autorized_keys file in the ssh directory right?
â kristof
Apr 24 at 9:51
it does not seem to be working? (i also asked a question about it askubuntu.com/questions/1027745/â¦), might it have to do something with the permissions?
â kristof
Apr 24 at 10:28