List<String> addSshKeyToAgent({required String filePath}) => commandRunner([ 'ssh-add', filePath, ]);