GLX problem with Xming, WSL2 and SSH
I have Ubuntu 22.04 running on WSL2 in my Windows 11, and I am connecting to another Ubuntu 22.04 in my LAN from the WSL2 with SSH. I want to display a GUI on my Windows from the remote PC. I have...
View ArticleForgot ubuntu vagrant ssh password
Is there any way to reset ssh password? Could it be stored in a file somewhere? New to ubuntu and vagrant.
View Articlessh: Could not resolve hostname docker-ip onos1: No address associated with...
after typing the command ssh -p 8101 karaf@'docker-ip onos1' #password is karafI am getting an error ssh: Could not resolve hostname docker-ip onos1: No address associated with hostname
View ArticleEnable ssh login with password for a user
I am the admin of a Ubuntu 20.04 server and I want to enable ssh login for a user through password, rather than using key pairs.The /etc/ssh/ssh_config file on the host looks like this...
View ArticleHow to configure sshd_config to allow HostKeyAlgorithms=+ssh-rsa for a...
I am running an Ubuntu 22.04 server and need to configure sshd_config to achieve the following:Allow the use of HostKeyAlgorithms=+ssh-rsa for a specific IP address. ex. x.x.x.6 , x.x.x.100,...
View ArticleIs there an SSH connection manager?
Is there an application (or GnomePanel plugin) that allows one to store SSH connection information and open a terminal on click?I know that Nautilus does that using Ubuntu's "Password and Encryption...
View ArticleSSH Key only authentication not working for all users
am new to linux and I have a problem rn.I built a RPI server with ubuntu server lts 24 os.I am trying to protect my server with ssh key only authentication.I made a keypair from my laptop (ubuntu 24...
View ArticleWhy does ssh-key work on one server but not on another?
I have the problem that an ssh-connection with public-private-key authentication is working on 10 servers perfectly, but not on another.The user is on all machines the same and the key-pair also. I...
View ArticleGranted ssh access on Network B, but SSH connection refused on network C,
I am new to linux and trying to figure out why do I have this error.Context: I have a remote home server working on a network at home, which we will call Network A, I access my home server remotely...
View ArticleHow to connect to Internet through a remote server via SSH connection
I have a problem in accessing Internet through an ssh-accessible serverSituationEDIT: FYI, my OS is Ubuntu 16.04, and IIRC, same as the server.Ok, here's the deal. My company provide me a PC with...
View ArticleHow to install and run spyder on Putty and Ubuntu?
I use Putty on a Windows computer to remotely connect to Ubuntu. I have been using Jupyter Notebooks so far, but now I want to start using Spyder to build a GUI. I just don't know where to begin and...
View ArticleServer refused our key - No supported authentication methods available...
I have an AWS EC2 instance running. I was able to connect using my chomed (-r--------) keys using MobaXTerm and SSH (Ubuntu for Windows) (.pem key) and putty (.ppk key).I'm also working on the server...
View ArticleSSH/Terminal Emulator for my MAC ther will let work with GNOME
Is there any SSH Client, Terminal Emulator or Remote Desktop that will run on My iMac(Sonoma 14.4) that will let me log onto my Ubuntu Noble (24.04) server and allow me to work with Gnome rather than...
View ArticleFailed to restart sshd.service
I try to run the command sudo systemctl status sshd. However, I get the message below.Failed to restart sshd.service: Interactive authentication required.See system logs and 'systemctl status...
View ArticleHow to prevent "Write Failed: broken pipe" on SSH connection?
What can I do to configure SSH on both client and servers to prevent Write Failed: broken pipe errors? It often occurs if you sleep your client computer and resume later.
View ArticleSetting up 2FA on Ubuntu 24.04 with Google Authenticator fails
I followed the instructions on this Ubuntu's tutorial page for setting up 2fa with Google Authenticator:https://ubuntu.com/tutorials/configure-ssh-2fa#5-getting-helpBut now, when I try to ssh into my...
View ArticleRemote Login Notifications: SSHD + PAM + MSMTP/GMX on Ubuntu and Ubuntu-like...
I wanted to setup e-mail notifications to the gmail account I use for work. I spent all day playing with sendmail, exim4, sendemail, nullmailer, dma, etc., and I finally have a working solution....
View ArticleSSH default port not changing (Ubuntu 22.10 and later)
I am on Ubuntu 22.10 and I cannot change SSH default port. I have tried the following:Edited /etc/ssh/sshd_config, left the default #Port 22 line but added Port 1234 below it.Then added allow rule for...
View ArticleSSH user1@ip_address: Permission denied (publickey)
I am trying to connect to a my SSH server (running on Ubuntu 16.04.2 LTS) from my local machine (Ubuntu 18.04.03 LTS).I have created a private and public key on my local machine and copied my public...
View ArticleHow to create an SFTP user with access to bash?
You are my last hope, you've been killing on this task for about a week.I need to create two users, both SFTP.User1 must have access to /var/www and absolutely everything in the directory, full rights....
View Article