Archive for the tag 'SSH'

 

 

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

Mar 11 2011

MRemote multi-tab remote connection manager

Published by under Misc

Not a technical post but a useful piece of software… I was pissed off having so many windows on my desktop while connecting to different remote services. Till I found MRemote that lets you manage all your network connections in a single multi tab window. You can create Remote desktop, SSH, telnet, VNC and many […]

No responses yet

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

Sep 04 2008

Access X11 Applications via SSH and Putty

Published by under Linux

You would like to access X11 applications on your server, but it is only reachable with SSH? Nevermind with Putty! Putty allows you to create an SSH tunnel in which the X11 flow is encapsulated: X11 forwarding.   xorg-x11-xauth has to be installed on the server side to be authenticated on X. Launch a graphical […]

No responses yet