Bug 1049 - autossh, tool to start and monitor ssh connexion
Summary: autossh, tool to start and monitor ssh connexion
Status: RESOLVED FIXED
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: 1
Hardware: All Linux
Priority: Normal enhancement
Target Milestone: ---
Assignee: QA Team
QA Contact:
URL:
Whiteboard: Mdv, cauldron
Keywords: validated_update
Depends on:
Blocks:
 
Reported: 2011-04-29 02:42 CEST by Dave Hodgins
Modified: 2012-01-21 18:31 CET (History)
6 users (show)

See Also:
Source RPM: autossh
CVE:
Status comment:


Attachments

Description Dave Hodgins 2011-04-29 02:42:33 CEST
autossh is a program to start a copy of ssh and monitor it,
restarting it as necessary should it die or stop passing
traffic. The idea and the mechanism are from rstunnel
(Reliable SSH Tunnel), but implemented in C.
Manuel Hiebel 2011-05-04 01:04:05 CEST

Summary: SSH Tunnel => add: autossh

Comment 1 Dave Hodgins 2011-05-20 23:50:10 CEST
Ping?  I use autossh on other computer's I admin, so that I can ssh
into them when they are behind a firewall.
Michael Scherer 2011-06-05 17:22:45 CEST

CC: (none) => misc
Summary: add: autossh => autossh, tool to start and monitor ssh connexion
Severity: normal => enhancement

Comment 2 Sandro CAZZANIGA 2011-06-15 16:00:11 CEST
It's uploaded in cauldron. Do it:

# urpmi --auto-update && urpmi autossh

Status: NEW => RESOLVED
CC: (none) => cazzaniga.sandro
Resolution: (none) => FIXED

Comment 3 Dave Hodgins 2011-06-15 21:13:23 CEST
Thansk, but for any systems upgraded from Mandriva 2010.2 with autossh
already installed ...

A requested package cannot be installed:
autossh-1.4b-1.mga2.i586 (in order to keep autossh-1.4b-3mdv2010.1.i586)

Either the version number has to be increased, or an obsolete on the
mdv version added.

Status: RESOLVED => REOPENED
Resolution: FIXED => (none)

Comment 4 Sandro CAZZANIGA 2011-06-15 23:44:19 CEST
Fixed.

http://svnweb.mageia.org/packages?view=revision&revision=107970

Status: REOPENED => RESOLVED
Resolution: (none) => FIXED

Comment 5 Dave Hodgins 2011-07-27 01:59:16 CEST
Can this be added as an update for Mageia 1?  It was present in Mandriva 2010.2.

Status: RESOLVED => REOPENED
Resolution: FIXED => (none)

Manuel Hiebel 2011-09-27 17:55:07 CEST

Keywords: (none) => Backport
Component: New RPM package request => RPM Packages

Comment 6 Dave Hodgins 2011-09-27 22:08:23 CEST
This is an update candidate, not a backport request, as the package was
present in Mandriva 2010.2.

Keywords: Backport => (none)

Manuel Hiebel 2011-10-29 22:17:00 CEST

Keywords: (none) => Junior_job
Version: Cauldron => 1
Severity: enhancement => normal

Manuel Hiebel 2011-10-29 22:19:14 CEST

Summary: autossh, tool to start and monitor ssh connexion => autossh, change the mkrel (rpm of mdv is more great)

Comment 7 Marja Van Waes 2011-12-20 09:12:43 CET
(In reply to comment #6)
> This is an update candidate, not a backport request, as the package was
> present in Mandriva 2010.2.

assigning to maintainer

CC: (none) => marja11
Hardware: i586 => All
Assignee: bugsquad => shlomif
Whiteboard: (none) => Mdv, cauldron
Severity: normal => enhancement

Comment 8 Shlomi Fish 2011-12-20 09:48:34 CET
autossh-4.1 was now uploaded to 1's updates_testing.
Comment 9 Manuel Hiebel 2011-12-20 18:05:36 CET
(In reply to comment #8)
> autossh-4.1 was now uploaded to 1's updates_testing.

Ok assigned to the QA

Keywords: Junior_job => (none)
CC: (none) => shlomif
Assignee: shlomif => qa-bugs
Summary: autossh, change the mkrel (rpm of mdv is more great) => autossh, tool to start and monitor ssh connexion

Comment 10 Dave Hodgins 2011-12-22 03:37:15 CET
Testing complete in i586 for the srpm
autossh-1.4b-4.1.mga1.src.rpm

For testing, I used a Mageia 1 host, and a Mageia 1 VB install.

First, get ssh working for one user that has an account in the
host, and in the guest,  in both directions, without a password.

Then, in the guest add an entry to ~/.ssh/config like ...
Host myhost
Hostname 192.168.20.101
Port 22
User dave

Then run
export AUTOSSH_POLL=90
/usr/bin/autossh -f -N -M 0 -R 8032:localhost:22 myhost

Then, in the host, setup the ~/.ssh/config entry like
Host vb
Hostname localhost
Port 8032
User dave
Compression yes
CompressionLevel 9
ServerAliveInterval 120

You should then be able to use "ssh vb" to login to the guest install,
from the host.

This is usful when the guest machine is behind a router that doesn't forward
port 22 to the guest system.  I use it currently on several systems I
maintain remotely.
Comment 11 Dave Hodgins 2012-01-12 23:28:50 CET
We still need an x86-64 test for autossh.
Comment 12 claire robinson 2012-01-18 18:51:36 CET
Testing x86_64
Comment 13 Dave Hodgins 2012-01-19 08:51:08 CET
Validating the update.  I've installed Mageia 1 x86-64 on a friends
system, and the Testing version of autossh.  I can now connect from
my i586 system to his.

Could someone from the sysadmin team push the srpm
autossh-1.4b-4.1.mga1.src.rpm
from Core Updates Testing to Core Updates.

Advisory:  This update adds autossh, to automatically restart SSH
sessions and tunnels, that was present in Mandriva 2010.2, but
missing from Mageia 1.

https://bugs.mageia.org/show_bug.cgi?id=1049

Keywords: (none) => validated_update
CC: (none) => sysadmin-bugs

Comment 14 claire robinson 2012-01-19 10:33:28 CET
Confirmed.
Comment 15 Thomas Backlund 2012-01-21 18:31:36 CET
update pushed

Status: REOPENED => RESOLVED
CC: (none) => tmb
Resolution: (none) => FIXED


Note You need to log in before you can comment on or make changes to this bug.