diff options
author | Minteck <contact@minteck.org> | 2021-12-12 15:17:06 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2021-12-12 15:17:06 +0100 |
commit | a985b2769f6c3dc907b57841134a293842c06fa6 (patch) | |
tree | 9a12a5b5d49f69357cf9ab05456caab3aa2a5343 /.idea | |
parent | dfdb8f100de53f3e0ca6b9143a6aab4c04554830 (diff) | |
download | wolfeye-php-a985b2769f6c3dc907b57841134a293842c06fa6.tar.gz wolfeye-php-a985b2769f6c3dc907b57841134a293842c06fa6.tar.bz2 wolfeye-php-a985b2769f6c3dc907b57841134a293842c06fa6.zip |
Add answers
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/sshConfigs.xml | 2 | ||||
-rw-r--r-- | .idea/webServers.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.idea/sshConfigs.xml b/.idea/sshConfigs.xml index 26053e5..66ef29d 100644 --- a/.idea/sshConfigs.xml +++ b/.idea/sshConfigs.xml @@ -2,7 +2,7 @@ <project version="4"> <component name="SshConfigs"> <configs> - <sshConfig authType="OPEN_SSH" host="minteck.org" id="319e7a2c-5091-4381-a0bc-0aad15d58f41" port="22" nameFormat="DESCRIPTIVE" username="root" useOpenSSHConfig="true" /> + <sshConfig authType="OPEN_SSH" host="minteck.org" id="319e7a2c-5091-4381-a0bc-0aad15d58f41" port="22465" nameFormat="DESCRIPTIVE" username="root" useOpenSSHConfig="true" /> </configs> </component> </project>
\ No newline at end of file diff --git a/.idea/webServers.xml b/.idea/webServers.xml index 933b983..e9b027b 100644 --- a/.idea/webServers.xml +++ b/.idea/webServers.xml @@ -3,7 +3,7 @@ <component name="WebServers"> <option name="servers"> <webServer id="4ddeb4db-477c-482b-8bc1-be8e25957b40" name="Familine"> - <fileTransfer accessType="SFTP" host="minteck.org" port="22" sshConfigId="319e7a2c-5091-4381-a0bc-0aad15d58f41" sshConfig="root@minteck.org:22 agent" authAgent="true"> + <fileTransfer accessType="SFTP" host="minteck.org" port="22465" sshConfigId="319e7a2c-5091-4381-a0bc-0aad15d58f41" sshConfig="root@minteck.org:22465 agent" authAgent="true"> <advancedOptions> <advancedOptions dataProtectionLevel="Private" keepAliveTimeout="0" passiveMode="true" shareSSLContext="true" /> </advancedOptions> |