↧
Install public ssh key on a remote server
I write this post mainly as a reminder, but it might be also usefull for some people. Requirements : openssh client Open a terminal and type this command to generate the key pair (private/public) :...
View ArticleHow to use Grsync with ssh
Grsync is a simple frontend to rsync tool. It comes with many rsync options but nothing about ssh. I’ve found the solution in this thread. It’s pretty easy and obvious once one knows. In the source or...
View Article