VirtualBox

Changeset 90386 in vbox for trunk


Ignore:
Timestamp:
Jul 29, 2021 7:54:50 AM (4 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9722: VirtualBox Manager: A fix for r141314; Proper default order for key files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp

    r90376 r90386  
    334334        {
    335335            /* Gather possible file names, there can be few of them: */
    336             const QStringList fileNames = QStringList() << "id_rsa" << "id_rsa.pub";
     336            const QStringList fileNames = QStringList() << "id_rsa.pub" << "id_rsa";
    337337            /* For each file name we have to: */
    338338            foreach (const QString &strFileName, fileNames)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette