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
We need a HostControlSystem provider that can work for local and remote hosts. Basically, make RemoteHostAccessor more generic by removing the credentials.
Also consider getting HostControlSystem instances via a factory method like the other systems. We should try to preserve the discoverability that exists with HostControlSystems#getDefault and HostControlSystems#openRemote.
The text was updated successfully, but these errors were encountered:
We need a
HostControlSystem
provider that can work for local and remote hosts. Basically, makeRemoteHostAccessor
more generic by removing the credentials.Also consider getting
HostControlSystem
instances via a factory method like the other systems. We should try to preserve the discoverability that exists withHostControlSystems#getDefault
andHostControlSystems#openRemote
.The text was updated successfully, but these errors were encountered: