OK, here is the senario (I am new to this so if the answer is obvious please be gentle
)
Server A - HP-UX 11.00 - 400 user accounts
Server B - Ununtu - Server 9.10
Problem - I need to remotely execute a command on the ubuntu server from the HP-UX server.
I have managed to do this for a single user as a proof of concept by using public/private rsa keys so no login/passwords required.
How can I achieve the above with 400+ users without having to setup and maintain the same 400 accounts on the ubuntu server and their relevant certificates - this is just not maintainable.
What I want is for ANY user on the HP-UX server to be able to ssh to the ubuntu server without any login or password.
All users on the HP-UX server share the same home directory so I am hoping this will make it easier.
Both servers are in the same room, same subnet behind same firewall, so if need be, I have no problem implemeting an "insecure" solution.
Hope this makes sense
Thanks
B.
Server A - HP-UX 11.00 - 400 user accounts
Server B - Ununtu - Server 9.10
Problem - I need to remotely execute a command on the ubuntu server from the HP-UX server.
I have managed to do this for a single user as a proof of concept by using public/private rsa keys so no login/passwords required.
How can I achieve the above with 400+ users without having to setup and maintain the same 400 accounts on the ubuntu server and their relevant certificates - this is just not maintainable.
What I want is for ANY user on the HP-UX server to be able to ssh to the ubuntu server without any login or password.
All users on the HP-UX server share the same home directory so I am hoping this will make it easier.
Both servers are in the same room, same subnet behind same firewall, so if need be, I have no problem implemeting an "insecure" solution.
Hope this makes sense
Thanks
B.