Search found 143 matches

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: 741497

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: 741497

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: 266795

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: 459059

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: 459059

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: 459059

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 ...
by mister_v
Mon Jan 16, 2023 9:13 pm
Forum: General
Topic: HP Thin Client boot from USB
Replies: 1
Views: 254701

HP Thin Client boot from USB

Hi,

I have a HP Thin Client, how to let it boor from a USB-drive ?
by mister_v
Fri Jan 13, 2023 7:51 pm
Forum: Linux
Topic: ssh login not working
Replies: 5
Views: 459059

ssh login not working

After an update of the sshd deamon.
I cant login.

Code: Select all

Connection reset by 192.168.1.1 port 23
I tried a restart of the server,
but it didn't work.

Anyone knows what to do ?
by mister_v
Wed Nov 02, 2022 8:21 am
Forum: Windows
Topic: site not reachable in Edge ?
Replies: 1
Views: 233127

site not reachable in Edge ?

Hi,

I have a site that is not reachable in Edge,
But it works with Opera ?

I get the message:
Can't reach this page
Make sure the web address https://www.site.com is correct

In more information I get the message
Error Code: INET_E_DOWNLOAD_FAILURE

I know it is correct, because it is a server ...
by mister_v
Fri Sep 30, 2022 9:30 am
Forum: Linux
Topic: iptables: Operation not supported.
Replies: 1
Views: 235876

iptables: Operation not supported.

I upgraded my debian version to buster
and no iptables doesn't work.

Code: Select all

iptables: Operation not supported.
Anyone know how to fix this ?