15 | | * When using OpenSSH as the communicator, if the default path to the sockets is too long, the will be created under `~/.ssh/drm4g`. : (tickets #5993) |
16 | | * Ticket #5994 : Now OpenSSH's configuration files will be automatically created under the `$DRM4G_DIR` path. |
17 | | * Ticket #6005 : Now it's possible to define multiple resources each with a different ssh communicator. |
| 15 | * When using OpenSSH as the communicator, if the default path to the sockets is too long, the will be created under `~/.ssh/drm4g` ( __ticket #5993__ ) |
| 16 | * Now OpenSSH's configuration files will be automatically created under the `$DRM4G_DIR` path ( __ticket #5994__ ) |
| 17 | * Now it's possible to define multiple resources each with a different ssh communicator ( __ticket #6005__ ) |
20 | | * Ticket #5965 : If you misspell a `drm4g` command you will be prompted with the most similar existing command. |
21 | | * Ticket #5975 : The ssh connections close themselves. |
22 | | * Ticket #5982 : The DRM4G now uses it's own implementation of `ssh-copy-id`. |
23 | | * Ticket #5995 : '''nano''' is now DRM4G's default editor. |
24 | | * Ticket #5999 : The funtion str.format() isn't used anymore. |
25 | | * Ticket #6000 : The character '~' isn't used anymore to refer to the user's home directory. |
| 20 | * If you misspell a `drm4g` command you will be prompted with the most similar existing command ( __ticket #5965__ ) |
| 21 | * The ssh connections close themselves ( __ticket #5975__ ) |
| 22 | * The DRM4G now uses it's own implementation of `ssh-copy-id` ( __ticket #5982__ ) |
| 23 | * '''nano''' is now DRM4G's default editor ( __ticket #5995__ ) |
| 24 | * The funtion str.format() isn't used anymore ( __ticket #5999__ ) |
| 25 | * The character '~' isn't used anymore to refer to the user's home directory ( __ticket #6000__ ) |