Skip to main content

Questions tagged [ssh]

Secure Shell; a network protocol that allows data transfer over a secure channel between two networked devices.

3 votes
1 answer
201 views

I was working with a command like this: ssh another_host <<EOF set -x command_a command_b run_framework command_c ... EOF The odd thing was that only commands up to and including run_framework ...
Jeenu's user avatar
  • 407
1 vote
0 answers
38 views

I'm facing a strange problem involving local port forwarding through a SSH tunnel. My SSH server is connected to a network on which several web servers are running. The SSH server has access to these ...
Joshua Schroijen's user avatar
-1 votes
2 answers
144 views

I'm trying to use sftp to transfer files between two pcs. I have openssh on my receiving pc. I'm a total beginner in sftp/ssh and it is so wild/seems so unsecure that I can access my pc only with my ...
Kermilli's user avatar
3 votes
3 answers
1k views

Everyone knows that you could do telnet towel.blinkenlights.nl to watch Star Wars in your terminal. You can also connect to IRC using Telnet, because it's not confined to connecting to a shell. On SSH,...
stickynotememo's user avatar
2 votes
1 answer
37 views

I have been using vscode for several years, doing remote-system devlopment. MacOS hosts the vscode program. Until today (and there has been no intentional upgrade done), the hostnames used to appear ...
Dennis 's user avatar
  • 255
1 vote
0 answers
110 views

I created this systemd rule that sets up an automatic reverse tunnel for SSH on a remote server. I then connect to the server and then to the internal port, over SSH, to reach my device. I didn't want ...
Gatonito's user avatar
2 votes
0 answers
48 views

I began exploring tmux yesterday, and arrived at a very strange problem: From inside a tmux session, I can SSH into any server and my router – but not into a local server. Connecting from outside a ...
janeden's user avatar
  • 571
0 votes
1 answer
229 views

My workstation recently started rejecting my ssh connections. The following has happened three times now: I use the workstation daily with no issues. Suddenly I start getting "connection ...
V0ldek's user avatar
  • 101
0 votes
1 answer
29 views

With ssh -v there is among a lot of debug info a line: Authenticated to my.host ([0.0.0.0]:22) using "gssapi-with-mic". Is there a way to have only this line shown, and not the other debug ...
weberjn's user avatar
  • 607
2 votes
1 answer
54 views

I have binary data on Linux which I need to transfer to Windows to which I have an ssh access. The data is stored in pass thus I would prefer not to first store it to a temporary file and then ...
Peter Jankuliak's user avatar
3 votes
1 answer
491 views

Since I probably have a latency problem with my SSH connection, I am trying to investigate it using the traceroot tool. This is a local network and I am using a WiFi router. I am using the SSH ...
mazda's user avatar
  • 537
1184 votes
25 answers
1.5m views

ssh has the -i option to tell which private key file to use when authenticating: -i identity_fileSelects a file from which the identity (private key) for RSA or DSA authentication is read.  The ...
jrdioko's user avatar
  • 13.2k
776 votes
16 answers
347k views

It used to remember the passphrase, but now it's asking it to me each time. I've read that I need to regenerate the public key with this command, which I did: ssh-keygen -y -f id_rsa > id_rsa.pub ...
erwan's user avatar
  • 7,881
1 vote
0 answers
123 views

I have a work PC with Windows 11, where I am logged in with a work account, and a Windows 11 work laptop. I would like to connect to the PC via OpenSSH to deploy some code for local testing. So, I set ...
Green 绿色's user avatar
14 votes
4 answers
4k views

I have a Linux box and need to connect it to my laptop without using SSH because of network policies (VPN). Is there a solution or a technology I can use ? I heard that a serial cable with a null ...
souanis's user avatar
  • 161

15 30 50 per page
1
2 3 4 5
724