OpenSSH 5.4: Great Scott!

One point twenty one jiggawatts! Yesterday (March 8, 2010) the OpenSSH project released version 5.4 and naturally will start hitting the various distributions and platforms soon, and again there are some great things to be interested in:

  • Although many distributions of OpenSSH have SSH1 disabled, the project is now shipping with SSH1 disabled by default.
  • There is the ability to revoke keys (host and user) in both sshd and ssh.
  • Netcat mode connects stdio on the client to a single port forward on the server. For example the following would connect to smtp.server.example.org on port 25, and redirect the output to stdio on my client side. Useful if you need to test connectivity to a mail server, but can't from your direct location, but can from your SSH server (my.ssh.server.example.org). ssh -W smtp.server.example.org:25 my.ssh.server.example.org That has pretty much bags of possibilities, ranging from simple connection tests to piping a file to a remote server that you can't get to directly.
  • sftp-server has gained a read only mode!
  • Passphrase-protected SSH2 private keys are now protected with AES-128 instead of 3DES. This counts if you reencrypt your key or create a new one.

← Previous Post Next Post →

 

Comments

  1. ...Netcat mode connects stdio on the client to a single port forward on the server. See original here:
    OpenSSH 5.4: Great Scott! Filed Under: ...

    - OpenSSH 5.4: Great Scott! | BeginnerPC : The Best Online Tutorials : Linux , Windows , Apple , iPhone, 2010-03-10 10:01 pm

Leave a Reply

About You
Add to the Discussion