I did something partaining to ssh deployment

Took 1 minute
This commit is contained in:
Alex 2020-08-28 13:02:39 -04:00
parent 889f62d66f
commit c03c964ac0
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<project version="4">
<component name="SshConfigs">
<configs>
<sshConfig authType="PASSWORD" host="closet.technicolor.2a03.party" id="6a813722-88b4-4195-8883-007723ea90cf" port="22" nameFormat="DESCRIPTIVE" username="technicolor" />
<sshConfig host="closet.technicolor.2a03.party" id="6a813722-88b4-4195-8883-007723ea90cf" keyPath="$USER_HOME$/.ssh/id_rsa" port="2220" nameFormat="DESCRIPTIVE" username="technicolor" />
</configs>
</component>
</project>

View File

@ -3,7 +3,7 @@
<component name="WebServers">
<option name="servers">
<webServer id="9f6d902c-40b4-432f-9949-a2d625d1f8eb" name="Osselbot" url="http://closet.technicolor.2a03.party">
<fileTransfer rootFolder="/home/technicolor/osselbot" accessType="SFTP" host="closet.technicolor.2a03.party" port="22" sshConfigId="6a813722-88b4-4195-8883-007723ea90cf" sshConfig="technicolor@closet.technicolor.2a03.party:22 password">
<fileTransfer rootFolder="/home/technicolor/osselbot" accessType="SFTP" host="closet.technicolor.2a03.party" port="2220" sshConfigId="6a813722-88b4-4195-8883-007723ea90cf" sshConfig="technicolor@closet.technicolor.2a03.party:2220 key" keyPair="true">
<advancedOptions>
<advancedOptions dataProtectionLevel="Private" passiveMode="true" shareSSLContext="true" />
</advancedOptions>