Skip to content

Commit e205a0a

Browse files
committed
v0.3 + Re-creating SSH keys (changing server password, etc.)
1 parent b11f66b commit e205a0a

File tree

7 files changed

+5
-5
lines changed

7 files changed

+5
-5
lines changed

sshuttle-gui/backup/sshuttle_gui.lps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<UnitName Value="Unit1"/>
5151
<IsVisibleTab Value="True"/>
5252
<TopLine Value="177"/>
53-
<CursorPos X="77" Y="199"/>
53+
<CursorPos X="76" Y="199"/>
5454
<UsageCount Value="38"/>
5555
<Loaded Value="True"/>
5656
<LoadedDesigner Value="True"/>

sshuttle-gui/backup/unit1.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ procedure TMainForm.StartBtnClick(Sender: TObject);
196196
S.Add('killall sshpass; sshpass -p "' + Trim(PasswordEdit.Text) +
197197
'" ssh -o StrictHostKeyChecking=No ' + Trim(UserEdit.Text) +
198198
// '@' + Trim(ServerEDit.Text) + ' -p ' + Trim(PortEdit.Text) + ' exit 0; fi');
199-
'@' + Trim(ServerEDit.Text) + ' -p ' + Trim(PortEdit.Text) + ' exit 0;');
199+
'@' + Trim(ServerEDit.Text) + ' -p ' + Trim(PortEdit.Text) + ' exit 0');
200200

201201
S.Add('');
202202

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

sshuttle-gui/sshuttle_gui

0 Bytes
Binary file not shown.

sshuttle-gui/sshuttle_gui.lps

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
<ResourceBaseClass Value="Form"/>
5050
<UnitName Value="Unit1"/>
5151
<IsVisibleTab Value="True"/>
52-
<TopLine Value="177"/>
53-
<CursorPos X="76" Y="199"/>
52+
<TopLine Value="186"/>
53+
<CursorPos X="19" Y="210"/>
5454
<UsageCount Value="38"/>
5555
<Loaded Value="True"/>
5656
<LoadedDesigner Value="True"/>

sshuttle-gui/unit1.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ procedure TMainForm.StartBtnClick(Sender: TObject);
207207
Trim(PortEdit.Text) + ' -x ' + Trim(ServerEDit.Text) + ':' +
208208
Trim(PortEdit.Text) + ' 0/0 ' + Trim(Pars));
209209

210-
S.Add('exit 0');
210+
S.Add('exit 0;');
211211

212212
S.SaveToFile('/etc/sshuttle-gui/connect.sh');
213213

0 commit comments

Comments
 (0)