Skip to content

Commit b4abcdd

Browse files
authored
fix(server): skip connection test after SSH key deployment (#62)
* fix(server): skip connection test after SSH key deployment - Create server directly after successful key deployment - Remove unnecessary post-deployment connection test - Remove unused testConnectionAfterKeyDeployment function - Fix false error when deploying key with password authentication * chore: bump version to 1.5.1
1 parent ad4df8f commit b4abcdd

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname=rustmius
2-
pkgver=1.5.0
2+
pkgver=1.5.1
33
pkgrel=1
44
pkgdesc="Full local Termius alternative for Linux"
55
arch=('x86_64')

PKGBUILD-BIN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname=rustmius-bin
2-
pkgver=1.5.0
2+
pkgver=1.5.1
33
pkgrel=1
44
pkgdesc="Full local Termius alternative for Linux"
55
arch=('x86_64')

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rustmius",
33
"private": true,
4-
"version": "1.5.0",
4+
"version": "1.5.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustmius"
3-
version = "1.5.0"
3+
version = "1.5.1"
44
description = "Full local Termius alternative for Linux"
55
authors = ["Cleboost"]
66
edition = "2021"

0 commit comments

Comments
 (0)