Skip to main content

Questions tagged [ssh]

SSH (Secure SHell) is a protocol for securely running commands on a remote computer. Use this tag for questions about configuring, using and trouble-shooting SSH client and server software.

3 votes
1 answer
68 views

so far I have been using passwordless SSH by using a private/public key pair and adding my public key to the server's authorized keys list. It has been working very well. However, for several other ...
T. Pluess's user avatar
  • 678
0 votes
1 answer
51 views

I am setting up a ~/.ssh/config file to manage multiple remote servers. I want to use a wildcard to apply shared settings (like my username and identity file) to a group of servers, while using ...
Roberto_1986's user avatar
1 vote
1 answer
52 views

I am unable to setup fail2ban for restricting ssh Access since days. System: aarch64 with Raspberry Pi OS Fail2ban Version: latest (V1.1.0) Logging Architecture: provided by system-journal, not file ...
senior_freshman's user avatar
0 votes
1 answer
36 views

I've installed sshpass using the following commands on SteamOS: sudo steamos-readonly disable sudo pacman -Sy sshpass This has worked and I can prove it by doing sshpass -V which gives me: sshpass ...
Delphi Programming's user avatar
3 votes
1 answer
100 views

I have an Ubuntu 24.04 Linux instance with 4–5 users logged in via SSH. Recently we started encountering an issue where the system becomes extremely slow or effectively hangs. SSH becomes very ...
At555's user avatar
  • 31
0 votes
0 answers
53 views

I'm having a problem ssh'ing between computers on my local network. If I try to ssh from computer A to B, I get "No route to host". Pinging computer B from A returns "Destination Host ...
jyoung's user avatar
  • 135
3 votes
2 answers
356 views

this seems like a trivial issue but I can't get xlogo to show up from a remote ssh session. on the ssh server side I have enabled X11forwarding in sshd_config. from the client I connect with ssh -Y -...
nass's user avatar
  • 1,572
0 votes
1 answer
39 views

I have my Dropbox syncing on Mx Linux box just fine, working as expected. The Dropbox folder is at /mnt/drive-path-to/Dropbox Operating System: MX Linux 23 KDE Plasma Version: 5.27.5 KDE Frameworks ...
Plurix's user avatar
  • 3
1 vote
1 answer
81 views

I have a Windows 11 VM installed via Winboat (using Podman) and I'd like to ssh into it. I managed to do the following and it works as far as I'm aware: Install SHH in Windows using this: Add-...
Delphi Programming's user avatar
3 votes
1 answer
457 views

I’m writing a Linux PAM module that runs during ssh authentication and in this module I perform additional secondary/2fa authentication. If a user called a remote command (ssh user@host command) my ...
ibse's user avatar
  • 401
0 votes
1 answer
26 views

after changed ssh keys in both (client and server), a script that runs on the ssh client first give to the server two wrong public keys (probably the olds) then the right one. gen 10 23:34:31 server ...
klatls's user avatar
  • 53
3 votes
4 answers
379 views

I set the following rules on the server with help of iptables sudo iptables -A OUTPUT -p tcp --sport 22 -j DROP sudo iptables -A INPUT -p tcp --dport 22 -j ACCEPT Why am I getting a response via SSH? ...
mascai's user avatar
  • 159
0 votes
2 answers
54 views

I have openssh on a Oracle Linux 8.10 server set up to use kerberos authentication or GSSAPI for secure shell logins: from /etc/ssh/sshd_config: ### Kerberos options KerberosAuthentication yes ...
Stephen Carville's user avatar
1 vote
1 answer
95 views

In ubuntu 20.04, I want to set rekeylimit in openssh in server side to re-exchange the key of session for more security. Although, I have used the RekeyLimit parameter in /etc/ssh/sshd_config I cann't ...
Aida Jafarzadeh's user avatar
-2 votes
1 answer
293 views

How can I prevent my OpenSSH client from printing its version string when someone connecting with ssh -v (verbose mode)? I don’t want this version banner to be printed during verbose mode. I’ve ...
Aida Jafarzadeh's user avatar

15 30 50 per page
1
2 3 4 5
550