<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / falko / tag / ssh</title>
<link>http://netvouz.com/falko/tag/ssh?feed=rss</link>
<description>falko&#39;s bookmarks tagged &quot;ssh&quot; on Netvouz</description>
<item><title>Chrooted SSH/SFTP On Fedora 7</title>
<link>http://www.howtoforge.com/chroot_ssh_sftp_fedora7</link>
<description>This document describes how to set up a chrooted SSH/SFTP environment on Fedora 7. The chrooted users will be jailed in a specific directory where they cannot break out. They will be able to access their jail via SSH and SFTP.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Wed, 24 Oct 2007 08:51:16 GMT</pubDate>
</item><item><title>Chrooted SSH/SFTP Tutorial (Debian Etch)</title>
<link>http://www.howtoforge.com/chroot_ssh_sftp_debian_etch</link>
<description>This tutorial describes two ways how to give users chrooted SSH access. With this setup, you can give your users shell access without having to fear that they can see your whole system. Your users will be jailed in a specific directory which they will not be able to break out of. The users will also be able to use SFTP in their chroot jails.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Sun, 09 Sep 2007 10:01:00 GMT</pubDate>
</item><item><title>First Steps Of Running Linux Via Terminal Instead Of Desktop</title>
<link>http://www.howtoforge.com/first-steps-of-running-linux-via-terminal-instead-of-desktop</link>
<description>This tutorial is supposed to show new Linux users how to handle Linux without having to browse through your desktop to edit files. The core commands to do this are the same on every Linux distribution, however there is a large variety of commands that differ from distribution to distribution, as does the install command.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Mon, 08 Aug 2011 07:40:34 GMT</pubDate>
</item><item><title>How To Set Up SSH With Public-Key Authentication On Debian Etch</title>
<link>http://www.howtoforge.com/set-up-ssh-with-public-key-authentication-debian-etch</link>
<description>This guide explains how to set up an SSH server on Debian Etch with public-key authorization (and optionally with disabled password logins). SSH is a great tool to control Linux-based computers remotely. It is safe and secure.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Sun, 30 Mar 2008 13:24:43 GMT</pubDate>
</item><item><title>Installing Subversion And Configuring Access Through Different Protocols On Debian Squeeze</title>
<link>http://www.howtoforge.com/installing-subversion-and-configuring-access-through-different-protocols-on-debian-squeeze</link>
<description>Subversion (svn) is an open-source version control system (VCS), used in the development of many software projects. This tutorial shows how to install Subversion on Debian Squeeze and how to configure it to allow access to a repository through different protocols: file://, http://, https://, svn://, and svn+ssh://.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 02 Aug 2011 07:47:20 GMT</pubDate>
</item><item><title>Installing Subversion And Configuring Access Through Different Protocols On Ubuntu 11.10</title>
<link>http://www.howtoforge.com/installing-subversion-and-configuring-access-through-different-protocols-on-ubuntu-11.10</link>
<description>Subversion (svn) is an open-source version control system (VCS), used in the development of many software projects. This tutorial shows how to install Subversion on Ubuntu 11.10 and how to configure it to allow access to a repository through different protocols: file://, http://, https://, svn://, and svn+ssh://.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 28 Feb 2012 13:02:17 GMT</pubDate>
</item><item><title>Mounting Remote Directories With SSHFS On Debian Squeeze</title>
<link>http://www.howtoforge.com/mounting-remote-directories-with-sshfs-on-debian-squeeze</link>
<description>This tutorial explains how you can mount a directory from a remote server on the local server securely using SSHFS. SSHFS (Secure SHell FileSystem) is a filesystem that serves files/directories securely over SSH, and local users can use them just as if the were local files/directories. On the local computer, the remote share is mounted via FUSE (Filesystem in Userspace). I will use Debian Squeeze for both the local and the remote server.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 22 Sep 2011 10:20:06 GMT</pubDate>
</item><item><title>Preventing Brute Force Attacks With BlockHosts On Debian Etch</title>
<link>http://www.howtoforge.com/blockhosts_debian_etch</link>
<description>In this article I will show how to install and configure BlockHosts on a Debian Etch system. BlockHosts is a Python tool that observes login attempts to various services, e.g. SSH, FTP, etc., and if it finds failed login attempts again and again from the same IP address or host, it stops further login attempts from that IP address/host. By default, BlockHosts supports services that use TCP_WRAPPERS, such as SSH, i.e. services, that use /etc/hosts.allow or /etc/hosts.deny, but it can also block other services using iproute or iptables.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Sun, 30 Sep 2007 10:14:14 GMT</pubDate>
</item><item><title>Preventing Brute Force Attacks With Fail2ban On Debian Etch</title>
<link>http://www.howtoforge.com/fail2ban_debian_etch</link>
<description>In this article I will show how to install and configure fail2ban on a Debian Etch system. Fail2ban is a tool that observes login attempts to various services, e.g. SSH, FTP, SMTP, Apache, etc., and if it finds failed login attempts again and again from the same IP address or host, fail2ban stops further login attempts from that IP address/host by blocking it with an iptables firewall rule.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 01 May 2007 17:45:47 GMT</pubDate>
</item><item><title>Restricting Users To SFTP Plus Setting Up Chrooted SSH/SFTP (Debian Squeeze)</title>
<link>http://www.howtoforge.com/restricting-users-to-sftp-plus-setting-up-chrooted-ssh-sftp-debian-squeeze</link>
<description>This tutorial describes how to give users chrooted SSH and/or chrooted SFTP access on Debian Squeeze. With this setup, you can give your users shell access without having to fear that they can see your whole system. Your users will be jailed in a specific directory which they will not be able to break out of. I will also show how to restrict users to SFTP so that they cannot use SSH (this part is independent from the chroot part of this tutorial).</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 06 Sep 2011 08:01:39 GMT</pubDate>
</item></channel></rss>