Creating a SSH key with ssh-keygen does not create the .ssh folder
Just created my key without any problem (Seven Ultimate 64bits, msysgit 1.6.5.1.1367.gcd48) $ ssh-keygen -C “vonc@xxxx” -t rsa Generating public/private rsa key pair. Enter file in which to save the key (/c/Users/VonC/.ssh/id_rsa):# just press enter # to accept the # default location Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has … Read more