pcdshub / engineering_tools

A repository of scripts, configuration useful for the PCDS team
Other
4 stars 26 forks source link

FIX/ENH: fix ioc-deploy auth, provide ssh-agent-helper #190

Closed ZLLentz closed 3 months ago

ZLLentz commented 3 months ago

Description

Motivation and Context

How Has This Been Tested?

Interactively only

Where Has This Been Documented?

Only here, so far

ZLLentz commented 3 months ago

I chatted with Robert and our consensus is that this probably shouldn't set up SSH agents, but it should let you know that your agent isn't set up and suggest actions to fix this. There should also be some helpers for creating SSH keys.

ZLLentz commented 3 months ago

I fixed the stdout/stdin typo and greatly expanded the comments in ssh-agent-helper so it can be useful as a primer on how the agent setup works.

ZLLentz commented 3 months ago

One more to-do: I need to add ssh-agent-helper to the README

janeliu-slac commented 3 months ago

Sorry, I didn't have much to contribute. Read through the file changes and brushing up on bash scripting.