mirror of
https://github.com/veeso/termscp.git
synced 2026-09-26 05:51:20 -07:00
0.3.0
This commit is contained in:
@@ -273,7 +273,7 @@ You can access the SSH key storage, from configuration moving to the `SSH Keys`
|
|||||||
- **Remove an existing key**: just press `<DEL>` or `<CTRL+E>` on the key you want to remove, to delete persistently the key from termscp.
|
- **Remove an existing key**: just press `<DEL>` or `<CTRL+E>` on the key you want to remove, to delete persistently the key from termscp.
|
||||||
- **Edit an existing key**: just press `<ENTER>` on the key you want to edit, to change the private key.
|
- **Edit an existing key**: just press `<ENTER>` on the key you want to edit, to change the private key.
|
||||||
|
|
||||||
> Q: Wait, my private key is protected with password, can I use it?
|
> Q: Wait, my private key is protected with password, can I use it?
|
||||||
> A: Of course you can. The password provided for authentication in termscp, is valid both for username/password authentication and for RSA key authentication.
|
> A: Of course you can. The password provided for authentication in termscp, is valid both for username/password authentication and for RSA key authentication.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Vendored
+3
-3
@@ -1,14 +1,14 @@
|
|||||||
pkgbase = termscp-bin
|
pkgbase = termscp-bin
|
||||||
pkgdesc = TermSCP is a SCP/SFTP/FTPS client for command line with an integrated UI to explore the remote file system. Basically WinSCP on a terminal.
|
pkgdesc = TermSCP is a SCP/SFTP/FTPS client for command line with an integrated UI to explore the remote file system. Basically WinSCP on a terminal.
|
||||||
pkgver = 0.2.0
|
pkgver = 0.3.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/veeso/termscp
|
url = https://github.com/veeso/termscp
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL-3.0
|
license = GPL-3.0
|
||||||
provides = termscp
|
provides = termscp
|
||||||
options = strip
|
options = strip
|
||||||
source = https://github.com/veeso/termscp/releases/download/v0.2.0/termscp-0.2.0-x86_64.tar.gz
|
source = https://github.com/veeso/termscp/releases/download/v0.3.0/termscp-0.3.0-x86_64.tar.gz
|
||||||
sha256sums = b40f5223e74514c4a9855831da7b5c4a79d415822ec2840ccae98278a2176d01
|
sha256sums = c9e777c48e30ff1ebf84dbe10f5471b2da753e324753bda2cb08109beab0637d
|
||||||
|
|
||||||
pkgname = termscp-bin
|
pkgname = termscp-bin
|
||||||
|
|
||||||
|
|||||||
Vendored
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Christian Visintin
|
# Maintainer: Christian Visintin
|
||||||
pkgname=termscp
|
pkgname=termscp
|
||||||
pkgver=0.2.0
|
pkgver=0.3.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="TermSCP is a SCP/SFTP/FTPS client for command line with an integrated UI to explore the remote file system. Basically WinSCP on a terminal."
|
pkgdesc="TermSCP is a SCP/SFTP/FTPS client for command line with an integrated UI to explore the remote file system. Basically WinSCP on a terminal."
|
||||||
url="https://github.com/veeso/termscp"
|
url="https://github.com/veeso/termscp"
|
||||||
@@ -9,7 +9,7 @@ arch=("x86_64")
|
|||||||
provides=("termscp")
|
provides=("termscp")
|
||||||
options=("strip")
|
options=("strip")
|
||||||
source=("https://github.com/veeso/termscp/releases/download/v$pkgver/termscp-$pkgver-x86_64.tar.gz")
|
source=("https://github.com/veeso/termscp/releases/download/v$pkgver/termscp-$pkgver-x86_64.tar.gz")
|
||||||
sha256sums=("b40f5223e74514c4a9855831da7b5c4a79d415822ec2840ccae98278a2176d01")
|
sha256sums=("c9e777c48e30ff1ebf84dbe10f5471b2da753e324753bda2cb08109beab0637d")
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -Dm755 termscp -t "$pkgdir/usr/bin/"
|
install -Dm755 termscp -t "$pkgdir/usr/bin/"
|
||||||
|
|||||||
Reference in New Issue
Block a user