You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actual Behavior:
Property privateKey expects the prefix file: since it is resolved by Spring.
Property knownHosts does not work with file: prefix since it is passed directly to JCraft.
Expected Behavior:
Both properties privateKey and knownHosts work with file: prefix.