Skip to content
Snippets Groups Projects
Commit af187f63 authored by George Nachman's avatar George Nachman
Browse files

Don't check ~/.ssh/ssh_config, because it is not standard. Issue 3690

parent c32125ff
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -189,7 +189,6 @@ static NSError *SCPFileError(NSString *description) {
NSFileManager *fileManager = [NSFileManager defaultManager];
NSString *appSupport = [fileManager applicationSupportDirectory];
NSArray *paths = @[ [appSupport stringByAppendingPathExtension:@"iTerm/ssh_config"],
[@"~/.ssh/ssh_config" stringByExpandingTildeInPath],
[@"~/.ssh/config" stringByExpandingTildeInPath],
@"/etc/ssh/ssh_config",
@"/etc/ssh_config" ];
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment