WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: ssh: percent_expand: NULL replacement

Re: ssh: percent_expand: NULL replacement

by Winston Tsang :: Rate this Message:

| View in Thread

If you have a rather robust ssh config file, add the following to the bottom of your file:

# Fix Leopard Issue with Null Replacement
Host        *
 IdentityFile ~/.ssh/id_rsa


You can also use id_dsa if that's your preference.

To generate a id_rsa/id_dsa file, use ssh-keygen.

Check the man file, 'man ssh-keygen', for the details.


 « Return to Thread: ssh: percent_expand: NULL replacement