What Is SSH? Secure Shell (SSH), sometimes known as Secure Socket Shell, is a UNIX-based command interface and protocol for securely getting access to a remote computer. It is widely used by network administrators to control Web and other kinds of servers remotely. SSH is actually a suite of three utilities - slogin, ssh, and scp - that are secure versions of the earlier UNIX utilities, rlogin, rsh, and rcp. SSH commands are encrypted and secure in several ways. Both ends of the client/server connection are authenticated using a digital certificate, and passwords are protected by being encrypted.
Showing posts with label Linux. Show all posts
Showing posts with label Linux. Show all posts
Thursday, November 28, 2013
Saturday, September 22, 2012
Linux DHCP Server
- Install DHCP
#yum -y install dhcp
- Configuring DHCP
open File /etc/dhcpd.conf dan ubah seperti di bawah
ddns-update-style interim;
Squid And Mac Address
- Edit the squid configuration file is usually located in “/etc/squid.conf”
- Then input the command line under the
iptables Bloking mac Address
blok FORWARD
iptables -A FORWARD -p tcp -m mac –mac-source 0C-80-10-34-28-54 –dport 80 -j DROP
Squid Delay Pools
acl magic_words1 url_regex -i 192.168
acl magic_words2 url_regex -i ftp .exe .mp3 .vqf .tar.gz .gz .rpm .zip .rar.avi .mpeg .mpe .mpg .qt .ram .rm .iso .raw .wav delay_pools 2
delay_class 1 2
acl magic_words2 url_regex -i ftp .exe .mp3 .vqf .tar.gz .gz .rpm .zip .rar.avi .mpeg .mpe .mpg .qt .ram .rm .iso .raw .wav delay_pools 2
delay_class 1 2
Subscribe to:
Posts (Atom)