Re: ssh questions/issue

2016-07-07 Thread Cássio Pereira
Try setting ForwardAgent yes on the ~/.ssh/config file for the host. See a detailed guide here: https://developer.github.com/guides/using-ssh-agent-forwarding/ Cheers. On 7 July 2016 at 11:54, bruce wrote: > Hi/morn guys... > > Searching for answers/opinions on how to allow multiple users to

Re: ssh questions/issue

2016-07-07 Thread Marcus Bean
Yes, it is possible. I believe you would need to put the public key into the authorized_keys file and install the keys on all of the boxes for user1. On Thu, Jul 7, 2016 at 9:54 AM, bruce wrote: > Hi/morn guys... > > Searching for answers/opinions on how to allow multiple users to access a > num

ssh questions/issue

2016-07-07 Thread bruce
Hi/morn guys... Searching for answers/opinions on how to allow multiple users to access a number of different boxes via ssh, using ssh keys.. Say I have 5 boxes on my network, box1 box2 box3 box4 box5 Each box has a generic user - user1, with limited perms/access On my local box, i create a pu