issues
search
cyjake
/
ssh-config
📟 SSH config parser and stringifier
MIT License
80
stars
20
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Escape some special characters before matching by regex
#35
roblourens
closed
4 years ago
0
'compute' fails when hosts contain regex chars
#34
roblourens
closed
4 years ago
1
fix: parsing Host values with trailing spaces
#33
cyjake
closed
4 years ago
0
Empty string host returned for trailing whitepace
#32
roblourens
closed
4 years ago
2
Return a list for all properties that can have multiple values
#31
roblourens
closed
4 years ago
2
Can't parse multiple LocalForward directives
#30
roblourens
closed
4 years ago
2
release: 3.0.1
#29
cyjake
closed
4 years ago
0
Add null check to fix #27
#28
roblourens
closed
4 years ago
1
Can't append sections to empty config
#27
roblourens
closed
4 years ago
0
breaking: seprating sections with `\n\n` & drop `SSHConfig.find()`
#26
cyjake
closed
4 years ago
1
Fix error when appending
#25
roblourens
closed
4 years ago
0
Can't 'append' when the last config is empty
#24
roblourens
closed
4 years ago
0
append with extra newline?
#23
roblourens
closed
5 years ago
7
Allow consumers to pass in parsed nodes to `append()`
#22
connor4312
closed
4 years ago
3
fix: parameter parsing should break at tab charactor, fixes #20
#21
cyjake
closed
5 years ago
0
Tab character in config causes issues
#20
roblourens
closed
5 years ago
3
"Host *+*" pattern breaks ssh-config
#19
roblourens
closed
5 years ago
3
Untrimmed host names are returned
#18
roblourens
closed
5 years ago
1
Quoted hosts with spaces are not parsed correctly
#17
roblourens
closed
5 years ago
6
The `lastLine` variable is undefined, when a new record is appended into `new SSHConfig`.
#16
hipoyang
closed
5 years ago
1
parse/stringify does not handle lack of new line at EOF
#15
jerrosenberg
closed
5 years ago
1
Fix indentation when using .append method
#14
nlemoine
closed
7 years ago
11
Fix: handle double quotes in directive values
#13
imhoffd
closed
7 years ago
7
Adding sections
#12
nlemoine
closed
7 years ago
6
Breaking: parse into a simple ast
#11
cyjake
closed
8 years ago
0
Adding support for Multi-parameters using Arrays. Fixes #8
#10
derimagia
closed
8 years ago
0
Feature Request: Metadata
#9
derimagia
closed
8 years ago
5
Add support for fallback parameters
#8
derimagia
closed
8 years ago
5
Only add a newline between sections if there are previous lines
#7
petemill
closed
8 years ago
1
stringify adds leading newline
#6
petemill
closed
8 years ago
2
Fix issue 4
#5
cyjake
closed
9 years ago
0
Stringify issue
#4
simon-p-r
closed
9 years ago
10
Error on tests
#3
simon-p-r
closed
9 years ago
5
Implemented .query and support pattern matching (poorly)
#2
cyjake
closed
9 years ago
1
Query
#1
simon-p-r
closed
9 years ago
19
Previous