bad idea use characters "very specials" for password root ??

Support for security such as Firewalls and securing linux
Post Reply
Windows
Posts: 59
Joined: 2021/06/16 13:20:01

bad idea use characters "very specials" for password root ??

Post by Windows » 2021/10/31 16:10:40

hello

I unknow the name for characters as:

∞ ♾ ထ ✄ ✅ ♈ ♉ ♊ ♋ ♌✋ ⏰ ☕

if we use some combination of they in password root, maybe lost access to server?

any keyboard allow write this ?
is more secure my password by use this "very special charcters" ?

User avatar
TrevorH
Site Admin
Posts: 33216
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: bad idea use characters "very specials" for password root ??

Post by TrevorH » 2021/10/31 18:45:30

You have a keyboard with emoticons on it?
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Windows
Posts: 59
Joined: 2021/06/16 13:20:01

Re: bad idea use characters "very specials" for password root ??

Post by Windows » 2021/11/01 13:10:28

TrevorH wrote:
2021/10/31 18:45:30
You have a keyboard with emoticons on it?
the simbols not is in my keyboard, they are "characters specials"

...⚞ ⚟ ⚠ ⚡ ⚢ ⚣ ⚤...

User avatar
TrevorH
Site Admin
Posts: 33216
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: bad idea use characters "very specials" for password root ??

Post by TrevorH » 2021/11/01 13:41:26

If they are not on your keyboard then how are you going to logon in an emergency?
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Windows
Posts: 59
Joined: 2021/06/16 13:20:01

Re: bad idea use characters "very specials" for password root ??

Post by Windows » 2021/11/01 16:03:20

TrevorH wrote:
2021/11/01 13:41:26
If they are not on your keyboard then how are you going to logon in an emergency?
allways I use "passphrase":
Image
https://pasteboard.co/4xEFUrh38gUR.png

only when I config/setup server I use password, after I run:

Code: Select all

ssh-keygen -i -f /folder_options/public_key >> /root/.ssh/authorized_keys
chmod 400 /root/.ssh/authorized_keys
chmod 400 /root/.ssh
rm -f /folder_options/public_key
allways I save the files "PRIVATE_key" in my laptop

then really I only use login with password when I connect with WinSCP and this store PASS into config file.

. . .


master Threvor is terrible my nechanism of admin connection to server?

User avatar
jlehtone
Posts: 4531
Joined: 2007/12/11 08:17:33
Location: Finland

Re: bad idea use characters "very specials" for password root ??

Post by jlehtone » 2021/11/01 18:24:15

SSH keys are a recommended method of authentication. In fact, root should not be allowed to ssh in at all, or at most with ssh keys.

However, if you ever need to type password, then it should be such that you can type it.

Post Reply