github.com/kevinburke/ssh_config.KV.Key (field)

4 uses

	github.com/kevinburke/ssh_config (current package)
		config.go#L265: 				lkey := strings.ToLower(t.Key)
		config.go#L447: 	Key          string
		config.go#L470: 	line := fmt.Sprintf("%s%s%s%s", strings.Repeat(" ", int(k.leadingSpace)), k.Key, equals, k.Value)
		parser.go#L148: 		Key:          key.val,