Home
DevCentral
Search
Configure Global Search
Log In
Transactions
T1628
Change Details
Change Details
Old
New
Diff
**Reproduce steps:** While Phabricator can't answer: 1. Go to Ysul, switch to zr account 2. `make clean all` **Expected result:** Any error **Actual result:** It silently creates the file .ssh/authorized_files without raising any warning, without key. Fix to implement in rZR: - https://devcentral.nasqueron.org/source/zemke-rhyne/browse/master/lib/GetPublicKeys.php is the script called to regenerate ~zr/.ssh/authorized_files - https://devcentral.nasqueron.org/source/zemke-rhyne/browse/master/lib/GetPublicKeys.php$61 is the method used to fetch a public key
**Reproduce steps:** While Phabricator can't answer: 1. Go to Ysul, switch to zr account 2. `make clean all` **Expected result:** - any error handling (e.g. an exception thrown) - it doesn't recreate the .ssh/authorized_files (or creates it as a blank file) **Actual result:** It silently creates the file .ssh/authorized_files without raising any warning, without key. **Fix** Fix to implement in rZR: - https://devcentral.nasqueron.org/source/zemke-rhyne/browse/master/lib/GetPublicKeys.php is the script called to regenerate ~zr/.ssh/authorized_files - https://devcentral.nasqueron.org/source/zemke-rhyne/browse/master/lib/GetPublicKeys.php$61 is the method used to fetch a public key
**Reproduce steps:** While Phabricator can't answer: 1. Go to Ysul, switch to zr account 2. `make clean all` **Expected result:**
Any error
- any error handling (e.g. an exception thrown) - it doesn't recreate the .ssh/authorized_files (or creates it as a blank file)
**Actual result:** It silently creates the file .ssh/authorized_files without raising any warning, without key.
**Fix**
Fix to implement in rZR: - https://devcentral.nasqueron.org/source/zemke-rhyne/browse/master/lib/GetPublicKeys.php is the script called to regenerate ~zr/.ssh/authorized_files - https://devcentral.nasqueron.org/source/zemke-rhyne/browse/master/lib/GetPublicKeys.php$61 is the method used to fetch a public key
Continue