Changeset 25


Ignore:
Timestamp:
12/14/07 10:45:18 (4 years ago)
Author:
bruno
Message:

Update sent mail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/sshgw/lib/SSHGWUser.pm

    r21 r25  
    189189    my $email = shift ; 
    190190    my $emailcc = shift ; 
    191     my $defaultcc = "grenoble.hpisc\@hp.com,pingouin\@hp.com,adrien.polaert\@hp.com"; 
     191    my $defaultcc = "grenoble.hpisc\@hp.com,pingouin\@hp.com"; 
    192192    my $bcc; 
    193193 
     
    206206    print "Sending keys to $email\n" ; 
    207207    print "   and Bcc to $bcc\n" ; 
    208     my $mutt = new FileHandle "| /usr/bin/mutt -a /etc/ssh/keys/$self->{USERNAME} -a /etc/ssh/keys/$self->{USERNAME}.pub -s 'Your new ssh keys for the HP INTEL Solution Center' -b $bcc $email" || return 0 ; 
     208    my $mutt = new FileHandle "| /usr/bin/mutt -a /etc/ssh/keys/$self->{USERNAME} -a /etc/ssh/keys/$self->{USERNAME}.pub -a /usr/local/share/pdf/HOWTO_SSH_Gateway_-_Using_Putty_to_access_HPISC_resources_-_v0.1.pdf -s 'Your new ssh keys for the HP INTEL Solution Center' -b $bcc $email" || return 1 ; 
    209209 
    210210    print $mutt <<EOF ; 
     
    215215 
    216216WARNING: ensure to save '$self->{USERNAME}' file without extension (like invisible .txt under Windows). This could prevent your client to open the SSH connection. 
     217 
     218You will find also attached the documentation to go through the steps to connect to servers via the SSH GW using the Putty utility. See below some alternative choices. 
    217219 
    218220Windows users may use various tools to interact with our SSH gateway.  
Note: See TracChangeset for help on using the changeset viewer.