Skip to content
  • articles

zilli²

timeline

ssh

How to enable root login over SSH on FreeBSD

January 17, 2017October 26, 2015 by Zilli

Firstly, You will need to edit the SSH daemon configuration file to enable this like so..

vi /etc/ssh/sshd_config

ChallengeResponseAuthentication no
PasswordAuthentication no
UsePAM no
PermitRootLogin yes

Restart SSH daemon

/etc/rc.d/sshd restart

Categories OS Tags FreeBSD, ssh

Sending ssh connection with Applescript and Terminal.app

February 27, 2015June 27, 2014 by Zilli
tell application "Terminal"
	activate
	do script "ssh -2 [email protected]"
	-- // write user's password
	-- // write some linux commands to remote server
end tell
Categories Code Tags Applescript, ssh, terminal

tag cloud

Apache Applescript Big Sur broadband California CCGE CentOS Death Valley disk Dreamweaver Filemaker forum FreeBSD functions Hawaii hd ICT iOS LA Las Vegas Levanto Linux macOS Maui Mauna Kea MySQL Network Nevada OSX Palomar PHP ports San Diego San Francisco security Shell Silicon Valley smtp ssh Synology TCP-IP terminal timemachine Unix wordpress

cats

  • Apps (7)
  • Code (26)
  • Events (7)
  • Hack (4)
  • Main (5)
  • Network (5)
  • OS (53)
  • Silicon Valley (6)
  • Travels (47)

extreme photos

[instagram-feed]
© 2019 zilli² • Powered by GeneratePress
Scroll back to top