Fulltext results:
- SSH @info:sysadmin
- ====== SSH ====== ===== SSH with Public Key Authentication only ===== === /etc/ssh/sshd_config === Make sure that your SSH config file (''sshd_config'') contains these settings: <code
- root login with bash @info:script
- ctly log in as ''root'' with a ''bash'' shell. ssh demo.lab.example.com -t "su - root -c /bin/bash"'... p as an alias in ''.bashrc'': alias demo_root='ssh demo.lab.example.com -t "su - root -c /bin/bash"'... from the ''su'', for the ''root'' password. {{tag>ssh solaris opensolaris bashrc scripting sysadmin}}
- SSH
- ====== SSH ====== ===== Export public key from secret key ===== The public key ''andunix.pub'' which ... gs to the secret key ''andunix'' is extracted. ssh-keygen -y -f andunix > andunix.pub {{tag>security cryptography ssh sysadmin}}
- List Open Ports @info:sysadmin
- 0.0.0.0:* LISTEN 695/sshd tcp6 0 0 :::22 :::* LISTEN 695/sshd udp 0 0 0.0.0.0:55872
- Command Line Audio @info:mac
- I needed a command line tool which I can use via ssh. I've found it here: [[http://osxdaily.com/2007/0