Connecting to a remote machine via SSH
April 8, 2009No comments yet
If you want to connect to a remote machine’s OpenSSH server from your locale Linux/Debian/Ubuntu machine using Gnome Terminal, Nautilus or gFTP, you need the openssh-client package. This package provides the ssh, scp and sftp clients, the ssh-agent and ssh-add programs to make public key authentication more convenient, and the ssh-keygen, ssh-keyscan, ssh-copy-id and ssh-argv0 utilities.
If [...]