Changes between Version 8 and Version 9 of MonsoonSshAgent
- Timestamp:
- 18/07/18 14:28:17 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MonsoonSshAgent
v8 v9 78 78 The easiest way to determine this is to search the processes you have running on PUMA, by issuing the command: 79 79 {{{ 80 ps -flu | grep ssh-agent80 ps -flu <username> | grep ssh-agent 81 81 }}} 82 82