Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F86835
D7675.diff
All Users
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
364 B
Referenced Files
None
Subscribers
None
D7675.diff
View Options
diff --git a/scripts/ssh/ssh-auth.php b/scripts/ssh/ssh-auth.php
--- a/scripts/ssh/ssh-auth.php
+++ b/scripts/ssh/ssh-auth.php
@@ -15,6 +15,11 @@
$user_dao->getTableName(),
$ssh_dao->getTableName());
+if (!$rows) {
+ echo pht("No keys found.")."\n";
+ exit(1);
+}
+
$bin = $root.'/bin/ssh-exec';
foreach ($rows as $row) {
$user = $row['userName'];
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/4a/iv/gu3knpur5v4ewn2u
Default Alt Text
D7675.diff (364 B)
Attached To
Mode
D7675: Correctly handle case where no ssh keys are found
Attached
Detach File
Event Timeline
Log In to Comment