Skip to content

Commit d346da1

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

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

sshuttle-gui/backup/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/backup/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

-32 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="186"/>
53-
<CursorPos X="19" Y="210"/>
52+
<TopLine Value="171"/>
53+
<CursorPos X="19" Y="178"/>
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
@@ -175,7 +175,7 @@ procedure TMainForm.StartBtnClick(Sender: TObject);
175175
if StartBtn.Caption = SStop then
176176
begin
177177
Shape1.Brush.Color := clYellow;
178-
StartProcess('killall sshpass; systemctl stop sshuttle.service');
178+
StartProcess('systemctl stop sshuttle.service');
179179
end
180180
else
181181
try

0 commit comments

Comments
 (0)