train icon indicating copy to clipboard operation
train copied to clipboard

Transport Interface to unify communication over SSH, WinRM, and friends.

Results 88 train issues
Sort by recently updated
recently updated
newest added

## Description Add detection of Cisco ASA security appliances. ## Related Issue none ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [X]...

Cross posting from train-aws - https://github.com/inspec/train-aws/issues/207 # Version: 4.38.9 # Environment: Inspec 4.38.9+Train+Train-AWS are used as a AWS Lambda Layer # Scenario: Hi all, We are packaging Inspec as part...

The current implementation of Stat functionality for Linux in Train is not robust enough to hand new / unknown linux variants. There is logic at this line to determine if...

### Description Many connections have the possibility of timing out. Some underlying libraries will drop a connection after a value they know about, but Train doesn't. ### Train and Platform...

Type: New Feature
Aspect: Performance
Aspect: UI-UX
Component: Connection API

On machines that are missing wmic.exe (such as Windows Nano), `inspec detect` will be missing architecture data, like this: ``` Name: windows_10.0.14393 Families: windows, os Release: 10.0.14393 Arch: unknown ```...

Type: Bug
Component: Platform Detection
Platform: Windows

## Background This project currently uses the monolithic google-api-client gem, which is 59 megs when installed. This gem ships with a massive amount of stuff we don't use or want...

### Description Connecting to a vSphere instance using a password that contains an asterisk fails due to insufficient quoting of the password in the `Connect-VIServer` command/lack of use of a...

Type: Bug
Platform: VMware

# Version: train 2.1.7 # Environment: Platform: Windows # Scenario: While creating Windows SSH connection it results in giving `undefined method empty? for nil class`. Log trace provided in steps...

Type: Bug
Platform: Windows
Platform: SSH
Status: Needs Verify

### Description F5 base operating system is Centos 6.xx. On top of that, it run TMOS(tmsh) which customized OS of F5. However F5 allows us manage the device from base...

Type: New Feature
Component: Platform Detection
Platform: Cisco

Issue: Inspec ssh is unable to connect to a remote instance from Ansible tower. A general ssh is working as expected but when we try to connect with inspec ssh,...