Skip to main content

Questions tagged [ssh]

Secure Shell (SSH) is a protocol primarily for encrypted shell connections. This tag is also used for questions about sshd and openssh, the two standard applications for using SSH.

2 votes
0 answers
117 views

I am having an issue establishing a ssh connection to my docker container when the docker host is connected to a vpn (nordvpn). Here is what I have done : On my router : i have port forwarded an ssh ...
gealex's user avatar
  • 29
0 votes
1 answer
36 views

On my server I have user ruslan and I manually created user git. I added to this user's .ssh/authorized_keys my public key. And I can connect via public key to user ruslan but can't to user git. ...
OtlichnikTop's user avatar
0 votes
2 answers
266 views

We have a shared user account for administrative stuff. I want to use an env var to hold the initiant of the ssh session, so that the .bashrc can do user-dependent execution. I have tried -o SendEnv. ...
Myles Prather's user avatar
4 votes
1 answer
669 views

I installed Debian 13 and lastlog2 to see when someone last logged in. Unfortunately, changes in Debian 13 mean that, unlike before, sftp logins are also included in the lastlog database. My goal is ...
Karol's user avatar
  • 71
0 votes
0 answers
70 views

I’ve been running into a frustrating issue with SSH connections lately and could use some advice or insight. When I SSH into a few of our servers, the connection drops with an error like: ...
Roberto_1986's user avatar
0 votes
0 answers
99 views

I have a ssh server running (OpenSSH_9.9p2, OpenSSL 3.0.16 from freebsd, UseDNS set to no), but I sometimes randomly have issues logging in. As in, ssh doesn't even get to the auth state. What could ...
J. Aarts's user avatar
0 votes
0 answers
128 views

I'm running smokeping on my gateway. For direct pings (started from the gateway itself) all graphs work fine. They contain data. Yet if I use the RemoteFPing probe, the graphs stay empty (I waited a ...
Folkert van Heusden's user avatar
0 votes
0 answers
104 views

I have a server with sshd running behind NAT(port forwarded via iptables through another server). All ssh connections from outside shown as connection from forwarding server IP. So fail2ban won't ...
Yuri Dolotkazin's user avatar
0 votes
1 answer
63 views

I have an issue with sshd and connection drops. I can successfully ssh from my laptop to my cloud server once. After disconnecting and reconnecting my ssh logins are dropped. The only way to make it ...
32u-nd's user avatar
  • 121
1 vote
0 answers
67 views

I am trying to connect to a Windows Server using SSH in a python script. I am able to connect with my username and password, but connecting with an SSH key fails with: Check username, key file path, ...
Safa Kashif-Naim's user avatar
1 vote
1 answer
94 views

I have several Linux servers. Most are configured to only accept logins with SSH keys, but for some servers, I need to be able to log in with both key and user/pass. The problem is that users who use ...
Dwarfie's user avatar
  • 11
4 votes
1 answer
235 views

When using ChallengeResponseAuthentication, it is important to understand how it interacts with the Pluggable Authentication Modules (PAM) system and related configuration files. When ...
Seonglee's user avatar
4 votes
1 answer
414 views

I want to set up a local docker dev environment for ansible (semaphore ui container) and a dev docker container for testing tasks. To avoid storing the ssh key somewhere I thought I create a ...
John Doe's user avatar
  • 155
1 vote
1 answer
142 views

I have to to ssh connections (connected via ssh to two seperate servers) bind with option -D to port 1080 and 1081 on localhost. Now I want to make a chain so that the traffic first routes to port ...
JörgBanda's user avatar
1 vote
1 answer
51 views

After enabling the STIGs, SSH keys have stopped working. You present the key and it still asks for a password. Things I've tried: Confirmed I'm using RSA with SHA2 which is accepted Confirmed that ...
Grant Curell's user avatar
  • 1,198

15 30 50 per page
1
2 3 4 5
607