File tree Expand file tree Collapse file tree 3 files changed +17
-9
lines changed Expand file tree Collapse file tree 3 files changed +17
-9
lines changed Original file line number Diff line number Diff line change @@ -45,5 +45,5 @@ ShellCommand=
45
45
[FileTypeIcons]
46
46
47
47
[Version]
48
- PackageVersion =0.0.13 .0
49
- DisplayVersion =0.0.13 -alpha-beta2 -uroesch
48
+ PackageVersion =0.0.14 .0
49
+ DisplayVersion =0.0.14 -alpha-beta3 -uroesch
Original file line number Diff line number Diff line change 1
1
[Version]
2
- Package = 0.0.13 .0
3
- Display = 0.0.13 -alpha-beta2 -uroesch
2
+ Package = 0.0.14 .0
3
+ Display = 0.0.14 -alpha-beta3 -uroesch
4
4
5
5
[Archive]
6
- URL1 = https://github.com/uroesch/PlinkProxy/releases/download/v0.0.13 -alpha/PlinkProxy_v0.0.13 -alpha.zip
7
- Checksum1 = SHA256:44E2E24C28D20B8B52B27AED369577BFB40F2E7928EB6C43DB018579B5580CD3
6
+ URL1 = https://github.com/uroesch/PlinkProxy/releases/download/v0.0.14 -alpha/PlinkProxy_v0.0.14 -alpha.zip
7
+ Checksum1 = SHA256:33A0720018EA3E6C410404A0A209C81AA4C3014A2FE7DE8AEBC4036373657FB9
8
8
TargetName1 = PlinkProxy
9
- ExtractName1 = PlinkProxy_v0.0.13-alpha
9
+ ExtractName1 = PlinkProxy_v0.0.14-alpha
10
+ URL2 = https://the.earth.li/~sgtatham/putty/latest/w32/plink.exe
11
+ Checksum2 = SHA256:a474ef7616616b049f3447f63fab271341771cd8fc4211c8f161dad210ffc079
12
+ TargetName2 = PlinkProxy\plink.exe
13
+ ExtractName2 = plink.exe
14
+ URL3 = https://the.earth.li/~sgtatham/putty/latest/w32/pageant.exe
15
+ Checksum3 = SHA256:e1df0058cba346f066489cce1e2928c72fe91b4cc38fcf52198beb5b0be05a92
16
+ TargetName3 = PlinkProxy\pageant.exe
17
+ ExtractName3 = pageant.exe
Original file line number Diff line number Diff line change 11
11
; Login name of the user opening the connection.
12
12
login = joedoe
13
13
; Path to the putty binaries. Both `plink.exe` and `pageant.exe` must be present.
14
- path = %UserProfile%\PortableApps\PuttyPortable\App\putty
14
+ path = %ScriptDir%
15
15
; Path to the ssh private keys in `.ppk` format.
16
- ssh_keys_dir = %UserProfile%\PortableApps\PuttyPortable\Data\ ssh-keys
16
+ ssh_keys_dir = %UserProfile%\. ssh
17
17
; Name of the jump host used for all other connections.
18
18
first_hop = admin.sample.net
19
19
; Default plink options used when establishing a connection.
You can’t perform that action at this time.
0 commit comments