Changeset 6b439fa


Ignore:
Timestamp:
Nov 13, 2013 9:17:36 AM (10 years ago)
Author:
Ted Faber <faber@…>
Branches:
master
Children:
bea19b7
Parents:
f725eda
Message:

Change the name of the ssh key to avoid confusing some ssh implementations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/experiment_control.py

    rf725eda r6b439fa  
    19691969        raise service_errors in if there are problems.
    19701970        """
    1971         gw_pubkey_base = "fed.%s.pub" % self.ssh_type
    1972         gw_secretkey_base = "fed.%s" % self.ssh_type
     1971        gw_pubkey_base = "fedgw_%s.pub" % self.ssh_type
     1972        gw_secretkey_base = "fedgw_%s" % self.ssh_type
    19731973        keydir = os.path.join(tmpdir, 'keys')
    19741974        gw_pubkey = os.path.join(keydir, gw_pubkey_base)
Note: See TracChangeset for help on using the changeset viewer.