[root@putty.org.ru articles] #

PuTTY: Статьи

Сборник полезных статей по работе и настройке PuTTY, SSH, Linux, и других связанных технологий.

Команды Linux: расширенный cправочник команд Unix

Поскольку большинство пользователей только в общих чертах понимают, что они хотят сделать, то как правило, встроенная справка мало полезна новичкам. Этот справочник поможет пользователям, знающим, что они хотят сделать, найти соответствующую команду Linux по краткому описанию.

Смена порта SSH-сервера как мера защиты от брутфорса

По умолчанию SSH сервер открывает для входящих соединений 22 TCP-порт, и это вызывает потенциальную угрозу bruteforce-атак, поскольку злоумышленник обнаружив на сервере такой открытый порт, пытается подобрать пароль к удалённому серверу при помощи специальных средств автоматизации. В этой статье мы опишем, как сконфигурировать SSH сервер на альтернативном порту.


Turbocharge PuTTY with 12 Powerful Add-Ons

PuTTY is hands-down the best, free, and lightweight SSH client for Windows. I have provided list of 12 powerful PuTTY add-ons with screenshots, that will solve few shortcomings of the original PuTTY. Play around with these add-ons and choose the one that suites your need.

Extreme Makeover Using PuTTY Connection Manager

PuTTY CM displays multiple PuTTY sessions in Tabs. In this article, let us review in detail the 5 powerful features of the PuTTY Connection Manager that will make PuTTY more enjoyable.

How To Configure SSH Keys Authentication With PuTTY And Linux Server

This tutorial explains how you can replace password-based SSH authentication with key-based authentication which is more secure because only the people that own the key can log in. In this example, we're using PuTTY as our SSH client on a Windows system.

SSH server security through obscurity

By default SSH servers listen on port 22 and this is the source for a number of brute force attacks as people try to log into remote servers to do nasty stuff. This post is about "security through obscurity" where we configure the SSH server to listen on a different port than port 22.

Specifying the auto-login name with PuTTY

To make logins quicker and to save login name mistypes you can specify a auto-login username and then all you need to do is type in the password.

How To Capture PUTTY Session Log

Here I would like to share How To Capture PUTTY Session Log.