Uses of Interface
org.uitnet.testing.smartfwk.remote_machine.RemoteMachineConnectionProvider
-
Packages that use RemoteMachineConnectionProvider Package Description org.uitnet.testing.smartfwk.remote_machine -
-
Uses of RemoteMachineConnectionProvider in org.uitnet.testing.smartfwk.remote_machine
Classes in org.uitnet.testing.smartfwk.remote_machine that implement RemoteMachineConnectionProvider Modifier and Type Class Description classAbstractRemoteMachineActionHandlerclassSmartRemoteMachineActionHandlerIf you are using privateKey and public key for authentication then key should be generated correctly like the following command: ssh-keygen -m PEM -t rsa -b 4096 -C "your_email@example.com" -fMethods in org.uitnet.testing.smartfwk.remote_machine that return RemoteMachineConnectionProvider Modifier and Type Method Description RemoteMachineConnectionProviderRemoteMachineManager. getConnectionProvider(String appName, String remoteMachineName)RemoteMachineConnectionProviderSmartRemoteMachineManager. getConnectionProvider(String appName, String remoteMachineName)
-