copySshKeyCommand abstract method

List<String> copySshKeyCommand({
  1. required String filePath,
  2. required bool ipv6,
  3. required String targetDevice,
})

Implementation

List<String> copySshKeyCommand({
  required String filePath,
  required bool ipv6,
  required String targetDevice,
});