Changeset 25
- Timestamp:
- 12/14/07 10:45:18 (4 years ago)
- File:
-
- 1 edited
-
devel/sshgw/lib/SSHGWUser.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
devel/sshgw/lib/SSHGWUser.pm
r21 r25 189 189 my $email = shift ; 190 190 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"; 192 192 my $bcc; 193 193 … … 206 206 print "Sending keys to $email\n" ; 207 207 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 ; 209 209 210 210 print $mutt <<EOF ; … … 215 215 216 216 WARNING: ensure to save '$self->{USERNAME}' file without extension (like invisible .txt under Windows). This could prevent your client to open the SSH connection. 217 218 You 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. 217 219 218 220 Windows users may use various tools to interact with our SSH gateway.
Note: See TracChangeset
for help on using the changeset viewer.
