github.com/kevinburke/ssh_config.Config.Get (method)

3 uses

	github.com/kevinburke/ssh_config (current package)
		config.go#L95: 	val, err := c.Get(alias, key)
		config.go#L253: func (c *Config) Get(alias, key string) (string, error) {
		config.go#L606: 		val, err := cfg.Get(alias, key)