Archive for the 'SSH' Category

 

 

Feb 18 2016

SSH, Default Shell and Command History on AS400

Published by under AS400,SSH

QSHELL and PASE on IBM i are nice tools but remain quite limited with the fixed size 5250 window with no scroll bars. Let’s see how to make it better with a secure SSH connection and a few tricks.  Launch SSH Daemon Considering SSH is installed on your AS400 ie 5733SC1 (OpenSSH, OpenSSL, zlib) in […]

No responses yet

Dec 31 2009

Linux Remote Console from HP iLO Interface

Published by under Linux,SSH

iLO is a management interface supporting SSH, available on HP Proliant servers. It provides interesting features such as remotely powering the server on and off.But it is also possible to access Linux iLO remote console and reboot in single mode from a remote network. How handy is that!?  Enable Serial Console in BIOS While booting […]

2 responses so far

Dec 21 2008

Synchronize Directories with Rsync and SSH

Published by under SSH

To copy or synchronize data across servers with SSH encryption benefits, run on the target: rsync -avz -e ssh remoteuser@remotehost:/remote/dir /local/dir/

No responses yet

Nov 20 2008

Environment Variables and SSH, How to

Published by under SSH

Very few environment variables are defined when connecting to a remote host with an authorized SSH key. The env command that will list all environment variables available on the remote server shows this is the case (localhost is the target here).  Sometimes, you’d like to pass extra environment variables onto the host along the SSH […]

One response so far