↧
Can you set passwords in .ssh/config to allow automatic login?
I'm using Ubuntu 11.10 and ssh for connecting to many servers daily, so I put their parameters in the .ssh/config file like this:Host HomeUser netmoonPort 22HostName test.comIs there a way to put...
View ArticleConnection Refused ssh
I encountered the "Connection Refused" problem when connecting a remote server with my mac book. (I used Termius but I got the same results when I used ssh command in the terminal)👤 Starting a new...
View Articlessh doest not trigger source .bash_profiles
04.5 LTS. A server admin create my account, but it is little bit different with what I know. It seems like ssh does not trigger source $HOME/.bash_profile`.I think the account is not completed...
View Article"Unable to negotiate a key exchange method" error only when I SSH via "Screen"
I need to SSH to a local host after making a screen session. I can SSH to the host without the screen but when I do it within the screen is gives error, "Unable to negotiate a key exchange method".I...
View ArticleUsing Telebit for SSH
I have only recently gotten into setting up a Linux server so I will try my best to describe the problem here. I have installed Telebit no problem and I setup ownCloud to work with it as well, all of...
View ArticlePasswordless Rsync Over SSH Without Key Authentication [Un-Safe]
I want to set up an RSync job that would connect through SSH.I have my computer ( backup@myhost ) and the remote host ( test@remhost ) and I need to backup the folder ~/something with all it's...
View Articlesshd banner exchange error messages
Starting yesterday, began seeing thousands of messages like this in the auth.logsshd[3635916]: banner exchange: Connection from 202.142.184.68 port 24571: invalid formatAlmost 17,000 occurrences of the...
View ArticleHow to fix No Such File Or Directory Error message while using SCP Command
I want to transfer file from Server to my local machine through SSH Connection. But i am getting No such file or directory error message.i have file following path: File Name is messageSentLog.log...
View ArticleOracle Cloud OCI: ssh from one Virtual Machine to another
I am on a Free Tier Oracle Cloud account. I created 2 Virtual Machines (VM) with Standard A1 Flex shape running Ubuntu 22.4 arch64. Both have the same subnet VNIC, with all Ingress and Egress ports...
View ArticleMulti-user remote desktop from windows to linux machine
What are the options to have multi-user remote desktop functionality on a workstation running Ubuntu 18.04.5? Remote users will be running Windows, and connectiing to a Ubuntu machine. Ideally every...
View ArticleUser in admin group still being prompted for password to sudo
I'm trying to script the creation of a user with sudo access for my ec2 instances.I'm having problems setting up sudo access. I'm running the following as root...adduser --disabled-password --gecos ""...
View ArticleProblem with using SSH on my server
I've been using PuTTY on a Windows machine to access the server I have running in my garage for a few months now. No issues at all. I started using DirectAdmin on that server the other day for some...
View Articlessh connection refused using DDNS name
Following upgrade from Ubuntu 22.04 to 24.04, I receive "connection refused" message to any machine in my local network. This happens only using DDNS names, while IPs work. This happen only on the...
View ArticleDBeaver tunnel connection says ssh-keygen permission denied
I tried connecting to my remote DB on DBeaver through a tunnel configuration.I added the required details and tried connecting with my ssh private key, but it is throwing an error saying permission...
View ArticleSSH ignores ed25519 key and keeps asking password
I'm having trouble using the ed25519 keys to establish SSH connections.I'm using three different machines: one server (A) and two clients (B and C).A: Ubuntu 24.04 LTS on VPS - OpenSSH_9.6p1...
View ArticleCan ssh jump work with keys on different machines - local and bastion instances
I have a bastion machine for which I use the key on my local machine:local$ ssh -i ~/.ssh/my_private_key user@bastionThen there's a private key on bastion machine that can be used to connect to private...
View ArticleHow to autorun .sh
I have a game server that I would like to manage restarts automaticallyCurrently I am doing this to run the serverscreen -dmS screenname // create a new screenscreen -xs screenname // attatch to...
View Articlessh-agent won't start (even with eval ` `)
I'm pulling my hair out on an ssh-agent issue..I run a VPS under Ubuntu 16.04 and I setup a private/public key to be able to pull code from my Bitbucket repo. I initialized the repo, it all seemed to...
View ArticleI can't login into the server
I'm setting up a wireguard server on Ubuntu and I encountered the error:Client_loop: send disconnect: Broken pipe Error when I enter the command systemctl start wg-quick@wg0.service.After entering...
View ArticleHow to prevent autossh from becoming stuck once in a while?
I am using autossh to build a reverse ssh tunnel but from time to time the tunnel stops working and I need to kill autossh and start it again./etc/cron.d/autossh@reboot autossh -f -nNT -R...
View Article
More Pages to Explore .....