Tag Archives: ssh

How to Securely Share Files Between Linux Systems

Written by Chris Jones on . Posted in Linux tutorials, Software

ssh-logo

Last week, I posted a “How To” on how to share files using an FTP server. Unfortunately, FTP is not what is considered secure, for over the internet file transfers. And especially when you’re transferring sensitive data. Thankfully, there is … Continue reading

Custom message SSH amp MOTD Banner

Written by dennis on . Posted in Frequently Asked Questions, linux command, Linux distributions

Is it possible to display a custom message at login?

ssh slow connection to solaris 10 and 11

Written by Mel Kham on . Posted in Frequently Asked Questions, Unix Tutorials

faq-150x120

Question:  ssh slow connection to solaris 10 and  11 hosts , how to  solve  this ?

How to check ssh logs

Written by Mel Kham on . Posted in Frequently Asked Questions

Question : How  to Check  ssh  logs?

Pac – A Gnome replacement for SecureCRT/Putty

Written by Mel Kham on . Posted in Linux tutorials

  PAC is a Perl/GTK Gnome replacement for SecureCRT/Putty/etc… It provides a GUI to configure SSH/Telnet connections: users, passwords, EXPECT regular expressions, macros, etc.  

Ajaxterm- A web based terminal that help you use ssh from a web browser

Written by Mel Kham on . Posted in Linux tutorials

Ajaxterm is a web based terminal. It was totally inspired and works almost  on all OS. Ajaxterm written in python (and some AJAX javascript for client side) and depends only on python2.3 or better. Ajaxterm is ”’very simple to install”’ … Continue reading

SSH Tunnel Manager

Written by unixmen_admin on . Posted in News

SSH Tunnel Manager allows users to easily manage a configurable list of SSH tunnels and their required keys. The program allows you to maintain a configuration of commonly used dynamic, local, and/or remote SSH port-forwarding tunnels. Once configured, the tunnels … Continue reading

SSH From Your Mobile Device

Written by Mel Kham on . Posted in Linux tutorials

Modern mobile phones and PDAs have increasingly sophisticated data/internet connectivity. This is particularly great for browsing the web on the train, but it’s also good for keeping an eye on your servers while you’re out and about. (I once fixed … Continue reading

install openssh in HP-UX

Written by Mel Kham on . Posted in Unix Tutorials

The  ssh server is  not  standart  in de  Hp-UX ,  lets give  some  steps   to  download  it  and  start  it  exactly

Howto : Add user and Secure your ssh access

Written by Mel Kham on . Posted in Linux tutorials

One of the biggest security holes you could open on your server is to allow directly logging in as root through ssh. This howto shows you how to add a new user to your server  so  that you can su or sudo … Continue reading