Hello.
I installed FreeBSD 13.1 on a Supermicro X8DT3 and also on an AMD desktop machine.
I installed OpenSSH server on the X8DT3.
Now when I try to connect to it by LAN using:
# ssh -vvv -p 2222 user@192.168.0.104
Everything works. But then after some time it gets disconnected and then I...
I just did a fresh install of FreeBSD 13.1 with ionos.com cloud host. I cannot seem to ssh into the server at all, and it's driving me nuts (I've called ionos support probably 8 times today and they're stumped too). Here's what I have so far...
- I can access my server via KVM console
- Here is...
I am connecting to a Bhyve VM running Rocky Linux 8 using ssh without passwords. When I successfully connect I nonetheless get the 'untrusted forwarding' error. I am trying to discover on which end of the connection the problem lies. As I do not have this problem when connecting to FreeBSD...
Hello,
I'm struggling to configure my freebsd 13 to use the ssh resident key stored on a yubikey bio.
I can't find any good procedure to get it work. I've installed pscs daemon. But I can't load ssh identity in the ssh-agent.
I've also installed and tried yubikey-agent that doesn't detect the...
Dear all,
to begin I'd like to clarify that I am not a professional, I am just passionate about it, and I am doing all of this for hobby and fun!
On my pet VPS to prevent people lurking in the other home directories I setup each users <homedir> with permissions 750, unfortunately this...
Hello, I'm not a FreeBSD newb, but I'm new to jails, and read different solutions. I tried to build a jail with a webserver. Now I could start it. Then I wonder that are different outputs with these commands after I had start it:
jexec 57 ps -ax gives me something like this
PID TT STAT...
A curious thing that I'd like to understand. Blacklistd enabled in sshd config. Connecting from another external IP to ssh and issuing two wrong logins/passwords results in immediate lockout, as expected and defined in the config file. A new entry gets added to blacklistd table in pf as...
Hello,
I'm using Putty to connect to my FreeBSD server.
Several times a day, my connection drops due to packet loss (ISP capacity problems).
They are very short, but enough to disconnect my Putty session.
This is very annoying, and I wonder if there is something we can do in FreeBSD, increase...
I need to use one-time passwords to login on my FreeBSD machine and password verification success:
Aug 12 15:29:03 host sshd[5466]: in openpam_dispatch(): /usr/lib/pam_exec.so.6: pam_sm_authenticate(): Success
Aug 12 15:29:03 host sshd[5464]: Accepted keyboard-interactive/pam for user from...
Hello,
I have a problem with my vlan configuration and sshd
my virtual machine is connected do a dhcp server,
network is 10.0.2.0
netmask is 255.255.255.0
dhcp-range is 10.0.2.2-100
In my rc.conf
ifconfig_em0="DHCP"
em0 will get ip 10.0.2.15
with this, sshd is reachable on 10.0.2.15
but...
How best can I stop ssh access when logging in with Keys from hanging? Please see below. I always have to restart the machine, This problem occurs after a few days of not logging into the server.
Dear Users
I recently upgraded 12.2 -> 13.0 (amd64), both releases versions. I have my network adapter configured with a static IP and there are several machines names listed in /etc/hosts (including the local hostaname). There is a extract of this file:
# $FreeBSD...
Hello,
I have a firewall issue, dropping randomly ssh connections.
in the /var/log/auth.log: Fssh_packet_write_poll: Connection from user user x.x.x.x port 37832: Permission denied
here is my the firewall rules:
00100 28 1400 allow ip from any to any via lo0
00200 0 0 deny ip from...
What are some of the options for long running processes over ssh so that they don't get killed when a network interruption occurs? I've used tmux/screen in the past, but really, I prefer a simple xterm connection. I've also used nohup, but I don't know if that's misuse or correct use. Is there...
I'm trying to enable ssh access to my laptop however it seems that ipfw blocks it, despite opening the port. I'm on FreeBSD 13.
Following is the rc.conf section configuring the firewall, as well as the output from ipfw -t list after trying to ssh into my laptop from my phone (using termux)...
I am trying to do a zfs send to a remote zfs(FreeBSD) storage system as a offsite backup from another zfs(FreeBSD) storage system. I am able to send snapshots that are very small in size but if the snapshots get any larger the receive stops after X number of MB's, it fluctuates.
Here is the...
I run my browser from inside a jail using ssh -X -C jailuser@0.0.0.0 chrome and send the screen session to the host. I can write regular text without issue and the keys are mapped correctly. However when I try to write something using ALT it becomes the original key, e.g. 6, instead of whatever...
First, I'm fairly new to FreeBSD. I'm more experienced with Linux (over 10 years), though I'd still consider myself a beginner in the grand scheme of things.
I'm also (obviously) new here, so I apologise if this is posted in the wrong place but I wasn't completely sure where else to put it...
Greetings!
On Linux, I am using a SSH tunnel between my machine and a remote machine. This is an actual tunnel, using the 'tun5' device / interface, not just port-forwarding. This allows me to contact any machine on the remote machine's network, SSH in, VNC in or whatever I need. For routing...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.