Using 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 ArticleHow to run the SSH server on a port other than 22
I have two computers behind the same router. Let's call them A and B.A can SSH to B in the following manner: ssh usr@<internal ip of computer>B can SSH to A by doing the same, but the external IP...
View ArticleSigning into VNC viewer from multiple tunnel accounts
I am new to ssh and to VNC. I have learned how to create an ssh tunnel from home into a computer where I work, and was then able to set up VNC viewing. I did this with my original "personal" Linux...
View ArticleSSH Daemon doesn't start normally way
I use Ubuntu server 16.04.1 LTS (Kernel 4.4.0-38-generic x86_64).And Install openssh-server(1:7.2p2-4ubuntu2.1).At first, I use below.sudo systemctl enable ssh.serviceBut sshd doesn't start in boot...
View ArticleAuthenticator provider $SSH_SK_PROVIDER did not resolve SSH Connection ubuntu...
Hi everyone I'm using an Ubuntu server and I want to allow the access through any network in the world.I configured the static ip address.I have mapped the port 22-22 in the router configurationI'm...
View ArticleCan't SSH into box that was working "Permission denied (publickey)"
I've meticulously followed any instructions to resolve, gone through connection log, but nothing is solving this. I've been happily ssh'ing into this box for a month or more using this key pair.The...
View ArticleUbuntu 24.04 login loop issue after installing Hadoop
I'm experiencing a login loop issue on my Ubuntu 24.04 system after installing Hadoop and rebooting, however I can still log in via the terminal and access my files.I have tried:Checked disk space: My...
View ArticlePermission denied even if you enter the correct password when connecting to...
I'm using Ubuntu 24.04 version of ec2 and I got into trouble here.Originally, public key access was good using a pem key on Ubuntu ec2, but I wanted to access ec2 only with a password without a pem...
View ArticleTermius Application Not Show
i just install Termius Version 3.2.6 - Released 15 October, 2018 on My Ubuntu 18.10.all already done. but i cant open this app if i click termius on my Ubuntu. please help. Thanks
View ArticlePutty SSH, refused connection by guest mininet machine
I followed the main VM installation notes on the Mininet website, and the VM works totally fine. But When I tried to SSH into the VM, at first it timedout the connection. Then after searching on the...
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 Articlescheduling that to copy a specific folder from windows to another ubuntu server
I need to schedule the synchronization of a specific folder from my Windows machine to an Ubuntu server at a specific time. My goal is to automate this process using rsync to ensure efficient file...
View Articlefile server spontaneous fail
I have had a small LAN of all Linux machines operating for several years, up until this morning, when it stopped working for no apparent reason. I have restarted every machine, but this problem...
View ArticleUnable to use multiple ports for connecting to ssh
So I have been trying to connect to two different ports to the same ssh server and have been unable to do so./etc/ssh/sshd_config has been changed to contain both the ports.> sudo cat...
View ArticleMobaxterm connects to Ubuntu server through SSH network error: software...
MobaXterm v21.1 connects to Ubuntu 20.04.3 LTS server through SSHdisconnects all the time after short idle time, with this error:network error: software caused connection abort.I tried everything...
View ArticleUbuntu Server on Raspberry Pi headless - No SSH access after first boot
I'm trying to install Ubuntu server on my CM4 module. I tried various methods. The thing boots. ssh is enabled (the port is open). I can connect to the thing.I have no keyboard no mouse and no screen...
View ArticlePermit one-click remote access to Linux PC with DHCP-set IP address
I've been using TeamViewer to manage my elderly mother's computer. I'm in the process now of moving her off Windows and onto a very simply configured Ubuntu Linux PC.I'd like to know if there's an...
View ArticleUnable to Ping Second Server When Connected to Laptop
I have two servers, Server #1 and Server #2. Each server has two ethernet ports. I have configured a static IP on all ports as follows: Server #1 has 192.168.100.1 and 192.168.100.2. Server #2 has...
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 ArticleWhy is rsync 2x faster than sftp?
I'm transferring huge files, over a network to a destination server, totaling ~ 67 GB with individual zip files of size ~ 7GB. I tried copying to the destination using both sftp and rsync. rsync...
View ArticleDrop ssh connection packets on port 22
On ubuntu server, I set my ssh port to 2381 and I need all connections of port 22 to my remote IP drop (drop not deny) without any response from the server.sudo ufw delete allow 22/tcpsudo apt install...
View ArticleWhat are the default username and password for...
I downloaded the ubuntu-20.04.6-live-server-amd64.iso file and installed it into the Oracle cloud virtual server by attaching the boot volume. There was no prompt for username and login password during...
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 ArticleWhy won't SSH read from piped stdin?
Testing with a very empty environment and no ~/.ssh/config, if I run this command:$ env_=/usr/bin/envPATH=/usr/binHOME=/home/mb$ echo ABCD | ssh -i ~/.ssh/id_ecdsa localhost wcThe SSH connection is...
View ArticleHow to get coloured terminal over ssh?
When I connect over ssh to remote hosts everything is just a single font/color. I would like to have colours like I do locally e.g. green for executable and blue for symlinks etc. And such that when I...
View Articlessh welcome message is suddenly gone
When I log in into my ubuntu server via ssh the only message that I get is the last loginLast login: Sun Oct 30 18:26:33 2022 from xxx.xxx.xxx.xxHowever, previously I gotWelcome to Ubuntu 22.04.1 LTS...
View ArticlePermitting scp but not ssh - without scponly
I'm migrating a Debian server to Ubuntu 16.04. One of the packages on the Debian server is scponly which acts as a shell and permits ssh connections for scp purposes only (not login or running anything...
View ArticleHow to over come ssh error: cannot open display: localhost:11.0
Hoping someone can help. I have been searching the web put failed find a solution that has helped.I have recently updated my Ubuntu VM from version 20.04 to version 22.04. After the update was...
View ArticleContinued issue with kex_exchange_identification: Connection closed by remote...
I've recently set up an ubuntu server on an old Dell Optiplex. I can remote in via ssh when on the same network. However, when I try to ssh in from a different network using the public IP, I get the...
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 Article