Search found 137 matches

by mister_v
Sat May 06, 2023 7:31 pm
Forum: Linux
Topic: openvpn Authenticate/Decrypt packet error: packet HMAC authentication failed
Replies: 2
Views: 25466

Re: openvpn Authenticate/Decrypt packet error: packet HMAC authentication failed

I found the problem.
I sued the same key for server and client,
in the config of server and client (ta.key).

But the key was updated on the server,
and not in the client ovpn-file.

Put it in the ovpn-file,
send it to the client and it was ok.
by mister_v
Sat May 06, 2023 4:14 pm
Forum: Linux
Topic: openvpn Authenticate/Decrypt packet error: packet HMAC authentication failed
Replies: 2
Views: 25466

openvpn Authenticate/Decrypt packet error: packet HMAC authentication failed

Hello,

I have a problem with connecting my client with my openvpn server.
got the error:
Authenticate/Decrypt packet error: packet HMAC authentication failed
by mister_v
Sat Apr 01, 2023 10:47 am
Forum: Linux
Topic: ssh login not working
Replies: 5
Views: 76529

Re: ssh login not working

after a few tries, I found another errors message : sshd[26151]: debug1: permanently_set_uid: 22/22 [preauth] sshd[26151]: debug3: ssh_sandbox_child: setting PR_SET_NO_NEW_PRIVS [preauth] sshd[26151]: debug3: ssh_sandbox_child: attaching seccomp filter program [preauth] sshd[26151]: debug1: ssh_sand...
by mister_v
Thu Feb 09, 2023 7:44 pm
Forum: Linux
Topic: debian set ntp client
Replies: 1
Views: 16260

debian set ntp client

Hi,

how do I change the ntp server on which my pc is synced ?
I have Debian / Ubuntu.
I searched for /etc/ntp.conf (was on my old linux)
couldn't find it.
by mister_v
Thu Jan 26, 2023 7:24 am
Forum: Windows
Topic: Solved: how can i find login used by network drive mapping?
Replies: 2
Views: 26539

Re: how can i find login used by network drive mapping?

thanks, that is what I needed.
by mister_v
Wed Jan 25, 2023 9:15 am
Forum: Windows
Topic: Solved: how can i find login used by network drive mapping?
Replies: 2
Views: 26539

Solved: how can i find login used by network drive mapping?

Hello,

how can i find login used by network drive mapping?
Like the username used for z-drive ?
by mister_v
Mon Jan 23, 2023 5:05 pm
Forum: Linux
Topic: ifconfig not found on debian ?
Replies: 1
Views: 16044

ifconfig not found on debian ?

ifconfig not found on debian ?
what happened here?
Even with root it doesn't work.

Code: Select all

debian-HP:~$ ifconfig
-bash: ifconfig: command not found
by mister_v
Sun Jan 22, 2023 4:31 pm
Forum: Linux
Topic: ssh login not working
Replies: 5
Views: 76529

Re: ssh login not working

Tried setting in /etc/ssh/ssh_config in both server and host.

Code: Select all

HostkeyAlgorithms +ssh-rsa
PubkeyAcceptedAlgorithms +ssh-rsa
Still not good.

Tried using latest version from putty, still same error.
by mister_v
Sun Jan 22, 2023 1:40 pm
Forum: Linux
Topic: ssh login not working
Replies: 5
Views: 76529

Re: ssh login not working

I tried with adding this line in /etc/ssh/sshd_config.

Code: Select all

PubkeyAcceptedAlgorithms=+ssh-rsa
Did not change...
by mister_v
Sun Jan 22, 2023 1:40 pm
Forum: Linux
Topic: ssh login not working
Replies: 5
Views: 76529

Re: ssh login not working

I check for /var/log/auth.log (doesn't exist for me) and /var/log/messages -> not much info So I adapted the /etc/ssh/sshd_config -file to be more verbose. LogLevel DEBUG3 That gave me some more info: userauth_pubkey: key type ssh-rsa not in PubkeyAcceptedAlgorithms [preauth] and here I'm stuck, bec...