Tag 'OpenSSH'

Webbrowsing through a remote machine using SSH connection

June 28, 2009No comments yet

There are times when you want to connect to the Internet through unknown and/or insecure networks such as a wifihotspot. If you aren’t careful, you might make it all too easy for someone to sniff your connection.
There are times when you want to connect to the Internet using your remote machine’s (US) IP address. Because [...]

How to convert Putty’s private key (.ppk) into OpenSSH’s private key format in Windows?

June 17, 2009No comments yet

If you generated a Putty private key (.ppk) in Windows and you want to use it with a SSH or SFTP client (for example Gnome Terminal, Nautilus, gFTP) in Linux, you have to convert it to OpenSSH’s private key format, because putty private key format (.ppk) is not compatible with OpenSSH.
Okay, open PuTTYgen and [...]

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 [...]

How to setup a restricted OpenSSH sftp server?

April 4, 2009No comments yet

If you setup a restricted OpenSSH sftp server you can restrict users to any directory (eg. their home directory). Also you can set your system where the restricted users are not able to login to your system, but they just are able to connect to the sftp server and transfer files via sftp. These settings [...]

How to convert PuTTY’s private key (.ppk) into OpenSSH’s private key format in Linux?

April 3, 20091 comment

If you want to use your PuTTY generated private key (.ppk) in Linux with not only PuTTY, but other SSH or SFTP client (Terminal, Nautilus, GFTP, etc), you have to convert it to OpenSSH’s private key format, because PuTTY private key format (.ppk) is not compatible with OpenSSH.
First, install “putty-tools” package, if you did [...]


Visitor Map

Recent Readers