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,688 questions with no upvoted or accepted answers
12 votes
5 answers
2k views

I want to use local scrollback on my terminal, whilst using gnu screen. That's because my network connection is incredibly slow, so using screen's scrollback is very slow. Local scrollback is much ...
Hugh Perkins's user avatar
11 votes
1 answer
5k views

I use SSH-based tools on Windows, which use configuration files in %HOME%\.ssh\. Is it possible to make WinSCP use that configuration file too, so I only have to manage one configuration? It's ...
user541686's user avatar
  • 24.2k
11 votes
0 answers
9k views

I know SSH can forward TCP ports, not UDP. I'm not seeking help to circumvent this restriction, this subject is covered here. I'd like to know what is the reason SSH never got UDP forwarding ability. ...
Kamil Maciorowski's user avatar
10 votes
3 answers
2k views

I'm working on a computing cluster which has several hundreds of nodes. A load-balancing scheme picks an idle node to login to when ssh-ing into the cluster. As a result, it is very unlikely to re-...
elemakil's user avatar
  • 297
9 votes
1 answer
4k views

I want to clone git repo from CLI in Windows. When I'm executing: git clone '...' I am then getting: The server's rsa2 key fingerprint is: ssh-rsa blablabla If you trust this ...
Krystian's user avatar
  • 441
8 votes
1 answer
7k views

Connecting to my server has never been a problem. But now I've added a mesh router in bridge mode to my regular router, and when I try to ssh to my server, sometimes it works fine, and other times ...
David Ljung Madison Stellar's user avatar
8 votes
1 answer
1k views

I am having an issue with iTerm that happens to me intermittently. When I am using iTerm and I move the mouse up and down, or click a bunch of random characters are printed to the prompt: I am in a ...
Jack Gore's user avatar
  • 181
8 votes
3 answers
11k views

I just ran apt-get upgrade, and according to /var/log/apt/history.log, openssl has been updated to version 1.0.1e-2+rvt+deb7u7. Now I have one SSH session still open, but I can't open another one. I ...
Niek's user avatar
  • 193
8 votes
2 answers
6k views

I'm making heavy use of reusing a shared connection which I open to a remote box at the beginning of my workday. My .ssh/config looks somewhat like this: ControlMaster auto ControlPath ~/.ssh/control:%...
elemakil's user avatar
  • 297
7 votes
0 answers
418 views

I have a server (ubuntu 22.04) with Openvpn on it on port 443 (with docker image kylemanna/docker-openvpn). It is working with no problem and the clients can connect to it. The problem is that the ...
Amir Sheybani's user avatar
7 votes
0 answers
2k views

I have a workflow where I use SSH in terminal in conjunction with remote desktop, and I often use the open command in SSH to open something in the GUI. However, recently it stopped working with the ...
Maurice Lam's user avatar
7 votes
0 answers
23k views

I'm having trouble login using ssh on one server, the connection takes too long. I have had the same situation before on a different server and restarting systemd-logind.service worked. I tried to ...
Hohenheimsenberg's user avatar
7 votes
0 answers
9k views

I want to mount dir on remote machine from host machine connected over ssh preferably via ssh tunnel; with method described below. how to mount local directory to remote like sshfs? But if get peer ...
Jas Codes's user avatar
7 votes
0 answers
5k views

I have this fancy new ubuntu server I just built assembled, and I'm trying to set up ssh from anywhere so I can keep it headless. I've been able to set it up locally, and as long as I'm on the ...
user avatar
6 votes
0 answers
1k views

I am using gpg-agent to manage my github ssh key. I generate my (private) ssh key via openpgpg2ssh from my private gpg key. Unfortunately, although my private gpg key is not password protected, gpg-...
ILikeGit's user avatar

15 30 50 per page
1
2 3 4 5
246