Previously, per the IBM manuals, we coded OpenSSh with the exact path, which need to change with each OS upgrade.
I have a SYMLNK for OpenSSh created for when we updated from V6R1 to V7R1 back in 2013.
SYMLNK would actually point to the new V7R1 code without updating all the source.
PARM('/QOpenSys/QIBM/ProdData/SC1/OpenSSH/openssh-3.5p1/bin/scp
openssh-3.5p1/bin/sftp ') /* V5R4 */ 
openssh-3.8.1p1/bin/ssh ') /* V6R1 */
openssh-4.7p1/bin/ssh ') /* V7R1 */  
IBM has changed/updated info on how to code this, no longer use the exact path, but the below will give you the latest version installed.
/QOpenSys/bin/ssh
How do I tell if and when this SYMLNK last used.
I'd like to delete, if not used. 
If used, this will need to be updated.
openssh-3.8.1p1        SYMLNK	/QOpenSys/QIBM/ProdData/SC1/OpenSSH/openssh-4.7p1/openssh-3.8.1p1
When I  8=Display attributes, it appears to have updated the last access date/time, unless a process is updating this.
Creation date/time . . . . . . . . . . :   12/19/13  11:02:15 
Last access date/time  . . . . . . . . :   01/05/15  13:55:05   <<<<<<<<
Data change date/time  . . . . . . . . :   12/19/13  11:02:15 
Attribute change date/time . . . . . . :   03/23/14  11:59:33
Thank You
_____
Paul Steinmetz 
IBM i Systems Administrator 
Pencor Services, Inc. 
462 Delaware Ave 
Palmerton Pa 18071 
610-826-9117 work 
610-826-9188 fax 
610-349-0913 cell 
610-377-6012 home 
psteinmetz@xxxxxxxxxx 
http://www.pencor.com/
As an Amazon Associate we earn from qualifying purchases.