C: \ Users \ maether.ssh \ config
host maether user git hostname xx.xx.xx.xx identityfile ~/.ssh/maether/maether Port xxxxx
mis files RSA están en la carpeta: c:\Users\maether\.ssh\maether\
cmd
y cmd
:
ssh maether
Normalmente debería get una respuesta de mi git-repository, pero tengo:
ssh: maether: no hay una dirección asociada con el nombre "
Si escribí echo %HOME%
, obtuve C:\Users\maether\.ssh
Tomo el mismo path en diferentes computadoras y funciona, pero ahora obtengo esta falla: no address associated with name
. ¿Qué podría haber olvidado?
Debería ser
c:\Users\maether\.ssh\config
no
c:\Users\maether.ssh\config
nota la falta \
.