3 articles tagged "ssh protocol"
- OpenSSH Tip: Check Syntax Errors before Restarting Server
OpenSSH / OpenBSD Secure Shell - is default secure shell for encrypted communication sessions over a computer network using the ssh protocol. Usually, you login using ssh and makes changes to its configuration file /etc/ssh/sshd_conf over a remote session. If there is an error in configuration, server may not start (i.e. no remote login [...]
- Quickly Backup / dump MySql / Postgres database to another remote server securely
Using UNIX pipe concept one can dump database to another server securely using ssh protocol. All you need remote execution rights for the ‘dd’ command, over SSH. This allows you to run database dumps across an encrypted channel.
Dump Postgres Database using ssh
Use pg_dump command command:
pg_dump -U USERNAME YOUR-DATABASE-NAME | ssh user@remote.server.com “dd of=/pgsql/$(date +’%d-%m-%y’)”
Dump [...] - Happy 8th Birthday, OpenSSH!
OpenSSH is most prominent implementation of the SSH protocol. I can’t imagine my life without OpenSSH. Almost all of my devices / server / network equipment such as routers and tiny embedded device has OpenSSH these days.
From OpenBSD journal:
Eight years ago today, Sept 26 1999, Theo de Raadt committed the initial source code for OpenSSH [...]
Viewing 1-3 of 3 posts. ( see all popular tags )


Recent Comments
Today ~ 4 Comments
Today ~ 164 Comments
08/24/2006 01:56 pm ~ 11 Comments
Today ~ 4 Comments
Today ~ 5 Comments