# HG changeset patch # User wenzelm # Date 1544309456 -3600 # Node ID 10fc8a6482505e1622b6efda87482004378180ac # Parent 684935cbc8e105e4a255ec36d9e548bcd863a774 clarified defaults for Windows/Cygwin hybrid; diff -r 684935cbc8e1 -r 10fc8a648250 etc/options --- a/etc/options Sat Dec 08 22:56:45 2018 +0100 +++ b/etc/options Sat Dec 08 23:50:56 2018 +0100 @@ -230,13 +230,13 @@ section "Secure Shell" -option ssh_config_dir : string = "~/.ssh" +option ssh_config_dir : string = "$HOME/.ssh" -- "SSH configuration directory" -option ssh_config_file : string = "~/.ssh/config" +option ssh_config_file : string = "$HOME/.ssh/config" -- "main SSH configuration file" -option ssh_identity_files : string = "~/.ssh/id_dsa:~/.ssh/id_ecdsa:~/.ssh/id_rsa" +option ssh_identity_files : string = "$HOME/.ssh/id_dsa:$HOME/.ssh/id_ecdsa:$HOME/.ssh/id_rsa" -- "possible SSH identity files (separated by colons)" option ssh_compression : bool = true